Skip to content

Commit 10ee1a1

Browse files
author
jossonsmith
committed
Remove extra "/" path for classpath variable AJAX_*
1 parent ed79326 commit 10ee1a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sources/net.sf.j2s.ajax/src/net/sf/j2s/ajax/AJAXVariableInitializer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ public class AJAXVariableInitializer extends ClasspathVariableInitializer {
4848
*/
4949
public void initialize(String variable) {
5050
IPath newPath= null;
51-
URL starterURL = AjaxPlugin.getDefault().getBundle().getEntry(
52-
"/" + File.separator); //$NON-NLS-1$
51+
URL starterURL = AjaxPlugin.getDefault().getBundle().getEntry(File.separator);
5352
String root = "."; //$NON-NLS-1$
5453
try {
5554
root = Platform.asLocalURL(starterURL).getFile();

0 commit comments

Comments
 (0)