Index: trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/IStochasticProcess.java
===================================================================
--- trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/IStochasticProcess.java	(revision 2049)
+++ trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/IStochasticProcess.java	(revision 2218)
@@ -89,4 +89,5 @@
      * Generates a random sequence of events. The sequence starts with {@link Event#STARTEVENT} and
      * finishes with
+     * </p>
      * <ul>
      * <li>{@link Event#ENDEVENT} if validEnd==true.</li>
@@ -95,5 +96,4 @@
      * is reached and the final event of the sequence must not be {@link Event#ENDEVENT}.</li>
      * </ul>
-     * </p>
      * 
      * @param maxLength
Index: trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/InvertedHighOrderMarkovModel.java
===================================================================
--- trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/InvertedHighOrderMarkovModel.java	(revision 2049)
+++ trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/InvertedHighOrderMarkovModel.java	(revision 2218)
@@ -58,5 +58,5 @@
      * <p>
      * Calculates the probability of the next Event being symbol based on the order of the Markov
-     * model. The order is defined in the constructor {@link #HighOrderMarkovModel(int, Random)}.
+     * model. The order is defined in the constructor {@link #InvertedHighOrderMarkovModel(int, Random)}.
      * </p>
      * 
Index: trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/ModelFlattener.java
===================================================================
--- trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/ModelFlattener.java	(revision 2049)
+++ trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/ModelFlattener.java	(revision 2218)
@@ -30,5 +30,5 @@
  * <p>
  * If possible, the normal high-order markov model should be used, as the Events may be broken by
- * the flattener, as, e.g., the information {@link ReplayableEvent}s contain is not preserved.
+ * the flattener, as, e.g., the information replayable events contain is not preserved.
  * </p>
  * 
Index: trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/SymbolComparator.java
===================================================================
--- trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/SymbolComparator.java	(revision 2049)
+++ trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/SymbolComparator.java	(revision 2218)
@@ -31,5 +31,5 @@
      * symbols as equal. The method must be commutative and transitive, i.e.,
      * <code>equals(symbol1, symbol2) == equals(symbol2, symbol1)</code> and
-     * <code>if (equals(symbol1, symbol2) && equals(symbol2, symbol3)) then
+     * <code>if (equals(symbol1, symbol2) &amp;&amp; equals(symbol2, symbol3)) then
      * equals(symbol1, symbol3)</code>.
      * </p>
Index: trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/SymbolMap.java
===================================================================
--- trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/SymbolMap.java	(revision 2049)
+++ trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/SymbolMap.java	(revision 2218)
@@ -37,5 +37,5 @@
  * @author Patrick Harms
  * 
- * @param <T>
+ * @param <K>
  *            Type of the symbols that are stored
  * @param <V>
@@ -104,6 +104,4 @@
      * @param value  the value to associate to the symbol in this map
      * 
-     * @return as described
-     * 
      * @throws IllegalArgumentException if the provided symbol is null
      */
Index: trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/Trie.java
===================================================================
--- trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/Trie.java	(revision 2049)
+++ trunk/autoquest-core-usageprofiles/src/main/java/de/ugoe/cs/autoquest/usageprofiles/Trie.java	(revision 2218)
@@ -29,5 +29,5 @@
 /**
  * <p>
- * This class implements a <it>trie</it>, i.e., a tree of sequences that represents the occurrence
+ * This class implements a trie, i.e., a tree of sequences that represents the occurrence
  * of subsequences up to a predefined length. This length is the trie order.
  * </p>
