diff options
author | wisberg <wisberg> | 2003-05-05 15:09:56 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-05 15:09:56 +0000 |
commit | 2d292e59136188f916dc45f61039c84487e7829c (patch) | |
tree | 23e7a9389b1811c30c1480ee0e5dfa619964439a /ajde/src | |
parent | 721f2c00b04706d82c8abd0cb292b1dddfea89f1 (diff) | |
download | aspectj-2d292e59136188f916dc45f61039c84487e7829c.tar.gz aspectj-2d292e59136188f916dc45f61039c84487e7829c.zip |
comment regarding canonicalizing path for input
Diffstat (limited to 'ajde/src')
-rw-r--r-- | ajde/src/org/aspectj/ajde/ui/StructureViewManager.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ajde/src/org/aspectj/ajde/ui/StructureViewManager.java b/ajde/src/org/aspectj/ajde/ui/StructureViewManager.java index 68b96fbf5..a6a13a522 100644 --- a/ajde/src/org/aspectj/ajde/ui/StructureViewManager.java +++ b/ajde/src/org/aspectj/ajde/ui/StructureViewManager.java @@ -93,6 +93,7 @@ public class StructureViewManager { /** * Only navigations of the default view are registered with * the history. + * @param newFilePath the canonicalized path to the new file */ public void fireNavigationAction(String newFilePath, int lineNumber) { StructureNode currNode = Ajde.getDefault().getStructureModelManager().getStructureModel().findNodeForSourceLine( |