Removed DOCUMENT ME comments that were generated and applied source code
[utils] / system / general / src / main / java / org / wamblee / system / graph / Node.java
index bf7f4770f41d0e2fcc39118f6ea7d5f82fcab906..194083190423d085b8d01b1d6fdcdbb8c8dc7d4d 100644 (file)
 package org.wamblee.system.graph;
 
 /**
- * Represents a node in a graph. 
+ * Represents a node in a graph.
+ * 
  * @author Erik Brakkee
  */
 public interface Node {
     /**
      * Gets the node name uniquely identifying the node in the graph.
-     *
+     * 
      * @return Node name.
      */
     String getName();