File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ public boolean hasStopped() {
154
154
* Pulses the robot which demands him to execute one step of the algorithm.
155
155
*
156
156
* @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
158
158
*/
159
159
public boolean pulse () {
160
160
try {
Original file line number Diff line number Diff line change 4
4
5
5
/**
6
6
* 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.
8
8
*
9
9
* @author Zabuza {@literal <[email protected] >}
10
10
*
11
11
*/
12
12
public final class SimpleTreeNodeStringifier implements ITreeNodeStringifier {
13
13
14
14
/**
15
- * Returns the {@link ITreeNode#toString()} representation of the given
16
- * node.
15
+ * Returns the {@link Object#toString()} representation of the given node.
17
16
*/
18
17
@ Override
19
18
public String nodeToString (final ITreeNode node ) {
You can’t perform that action at this time.
0 commit comments