Skip to content

Commit 829590e

Browse files
committed
Java-Doc errors
1 parent a2bdedf commit 829590e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/de/zabuza/treeflood/exploration/localstorage/Robot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public boolean hasStopped() {
154154
* Pulses the robot which demands him to execute one step of the algorithm.
155155
*
156156
* @return <tt>True</tt> if the robot has stopped because he finished the
157-
* algorithm, <tt>false<tt> otherwise
157+
* algorithm, <tt>false</tt> otherwise
158158
*/
159159
public boolean pulse() {
160160
try {

src/de/zabuza/treeflood/tree/util/SimpleTreeNodeStringifier.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44

55
/**
66
* A simple implementation of a tree node stringifier that returns the
7-
* {@link ITreeNode#toString()} representation of a given node.
7+
* {@link Object#toString()} representation of a given node.
88
*
99
* @author Zabuza {@literal <[email protected]>}
1010
*
1111
*/
1212
public final class SimpleTreeNodeStringifier implements ITreeNodeStringifier {
1313

1414
/**
15-
* Returns the {@link ITreeNode#toString()} representation of the given
16-
* node.
15+
* Returns the {@link Object#toString()} representation of the given node.
1716
*/
1817
@Override
1918
public String nodeToString(final ITreeNode node) {

0 commit comments

Comments
 (0)