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:
ray.j.greenwell
2010-07-13 00:45:45 +00:00
parent 83bfe030d8
commit ca1141f3ca
@@ -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;
}