Skip to content

Commit

Permalink
Fixed javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
misberner committed Jan 16, 2015
1 parent de3758b commit 732ad05
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 37 deletions.
2 changes: 1 addition & 1 deletion algorithms/dhc/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-algorithms</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion algorithms/discrimination-tree/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-algorithms</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion algorithms/features/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-algorithms</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion algorithms/kearns-vazirani/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-algorithms</artifactId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>learnlib-kearns-vazirani</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion algorithms/lstar-baseline/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-algorithms</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion algorithms/lstar-generic/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-algorithms</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion algorithms/nlstar/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-algorithms</artifactId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
</parent>
<artifactId>learnlib-nlstar</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion algorithms/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-parent</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion algorithms/ttt/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-algorithms</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -83,7 +83,7 @@ public T getTransition(TTTState<I,D> state, I input) {

/**
* Checks whether this automaton was initialized (i.e.,
* {@link #initialize(boolean)} has been called).
* {@link #initialize()} has been called).
*
* @return {@code true} if this automaton was initialized, {@code false}
* otherwise.
Expand All @@ -96,7 +96,6 @@ public boolean isInitialized() {
* Initializes the automaton, adding an initial state. Whether or not the
* initial state is accepting needs to be known at this point.
*
* @param initialAccepting whether or not the initial state is accepting
* @return the initial state of this newly initialized automaton
*/
public TTTState<I,D> initialize() {
Expand Down
2 changes: 1 addition & 1 deletion archetypes/complete/pom.xml
Expand Up @@ -29,7 +29,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<groupId>de.learnlib.archetypes</groupId>
<artifactId>learnlib-archetypes-parent</artifactId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/core/pom.xml
Expand Up @@ -29,7 +29,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<groupId>de.learnlib.archetypes</groupId>
<artifactId>learnlib-archetypes-parent</artifactId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Expand Up @@ -31,7 +31,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-parent</artifactId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/typical/pom.xml
Expand Up @@ -29,7 +29,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<groupId>de.learnlib.archetypes</groupId>
<artifactId>learnlib-archetypes-parent</artifactId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-parent</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-parent</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -21,7 +21,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-parent</artifactId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drivers/basic/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-drivers</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drivers/mapper/pom.xml
Expand Up @@ -21,7 +21,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-drivers</artifactId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drivers/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-parent</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion eqtests/basic-eqtests/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-eqtests</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion eqtests/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-parent</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-parent</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion filters/cache/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-filters</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion filters/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-parent</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion filters/reuse/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>learnlib-filters</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -25,7 +25,7 @@ http://www.gnu.de/documents/lgpl.en.html.
-->
<groupId>de.learnlib</groupId>
<artifactId>learnlib-parent</artifactId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>LearnLib</name>
<url>http://learnlib.github.io/learnlib/maven-site/${project.version}</url>
Expand Down
2 changes: 1 addition & 1 deletion simulator/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-parent</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion test-support/learner-it-support/pom.xml
Expand Up @@ -22,7 +22,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-test-support-parent</artifactId>
<groupId>de.learnlib.testsupport</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion test-support/learning-examples/pom.xml
Expand Up @@ -22,7 +22,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-test-support-parent</artifactId>
<groupId>de.learnlib.testsupport</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion test-support/pom.xml
Expand Up @@ -22,7 +22,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-parent</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion utils/acex/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-utils</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -30,7 +30,7 @@
* </ul>
* For a valid input, all of the methods in this class will return an
* index <code>i</code> such that <code>acex.testEffect(i) != acex.testEffect(i+1)</code>.
* The input is valid iff <code>high > low</code>, <code>acex.testEffect(low) == 0</code>,
* The input is valid iff <code>high &gt; low</code>, <code>acex.testEffect(low) == 0</code>,
* and <code>acex.testEffect(high) == 1</code>.
*
* @author Malte Isberner
Expand Down
2 changes: 1 addition & 1 deletion utils/counterexamples/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-utils</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion utils/parallelism/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-utils</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
<parent>
<artifactId>learnlib-parent</artifactId>
<groupId>de.learnlib</groupId>
<version>0.11.2-SNAPSHOT</version>
<version>0.11.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 732ad05

Please sign in to comment.