Correct error in last commit.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2796 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -301,7 +301,7 @@ public class Application
|
||||
path = path.substring(0, ldidx);
|
||||
}
|
||||
// convert slashes to dots
|
||||
path.replace("/", ".");
|
||||
path = path.replace("/", ".");
|
||||
// prepend the base logic package and we're all set
|
||||
return _logicPkg + path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user