We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f742b34 commit cfde1dbCopy full SHA for cfde1db
core/src/main/java/net/sourceforge/jnlp/config/DeploymentConfiguration.java
@@ -718,11 +718,4 @@ public static String VVPossibleBrowserValues() {
718
ConfigurationConstants.KEY_BROWSER_PATH
719
);
720
}
721
-
722
- private static String clean(String s) {
723
- while (s.contains(File.separator + File.separator)) {
724
- s = s.replace(File.separator + File.separator, File.separator);
725
- }
726
- return s;
727
728
0 commit comments