[Swift-commit] r4589 - trunk/src/org/griphyn/vdl/mapping
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Wed Jun 8 21:15:33 CDT 2011
Author: hategan
Date: 2011-06-08 21:15:33 -0500 (Wed, 08 Jun 2011)
New Revision: 4589
Modified:
trunk/src/org/griphyn/vdl/mapping/Path.java
Log:
fixed comment
Modified: trunk/src/org/griphyn/vdl/mapping/Path.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/Path.java 2011-06-09 02:14:51 UTC (rev 4588)
+++ trunk/src/org/griphyn/vdl/mapping/Path.java 2011-06-09 02:15:33 UTC (rev 4589)
@@ -176,7 +176,7 @@
public String getFirst() {
return ((Entry) elements.get(0)).name;
- }
+ }
public String getLast() {
return ((Entry) elements.get(elements.size() - 1)).name;
@@ -248,7 +248,7 @@
* Returns a human readable string representation of this path. The string
* returned by this method <strong>will not</strong> correctly be parsed
* into the same path by {@link Path.parse}. In other words no guarantee is
- * made that <code>Path.parse(somePath.stringForm()).equals(somePath)</code>.
+ * made that <code>Path.parse(somePath.toString()).equals(somePath)</code>.
* For a consistent such representation of this path use {@link stringForm}.
*/
public synchronized String toString() {
More information about the Swift-commit
mailing list