aboutsummaryrefslogtreecommitdiffstats
path: root/asm
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-05-05 15:11:49 +0000
committerwisberg <wisberg>2003-05-05 15:11:49 +0000
commit0e0671667edd7ca047ddd7431acd4d42a38145e8 (patch)
tree4f30884d748e310a585d66c61d4372786f82b152 /asm
parentd2cba1ffb6bfa8beedbd530fa0ec0e879da374ee (diff)
downloadaspectj-0e0671667edd7ca047ddd7431acd4d42a38145e8.tar.gz
aspectj-0e0671667edd7ca047ddd7431acd4d42a38145e8.zip
comment re: canonicalized path
Diffstat (limited to 'asm')
-rw-r--r--asm/src/org/aspectj/asm/StructureModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/src/org/aspectj/asm/StructureModel.java b/asm/src/org/aspectj/asm/StructureModel.java
index 17c2fbb16..a4f2acc9d 100644
--- a/asm/src/org/aspectj/asm/StructureModel.java
+++ b/asm/src/org/aspectj/asm/StructureModel.java
@@ -146,7 +146,7 @@ public class StructureModel implements Serializable {
/**
* Never returns null
*
- * @param sourceFilePath modified to '/' delimited path for consistency
+ * @param sourceFilePath canonicalized path for consistency
* @param lineNumber if 0 or 1 the corresponding file node will be returned
* @return a new structure node for the file if it was not found in the model
*/