removed unused code

This commit is contained in:
Jeremy Long
2017-09-10 08:39:33 -04:00
parent 1548f9a4b2
commit a4768386cc

View File

@@ -186,18 +186,6 @@ public class Dependency extends EvidenceCollection implements Serializable, Comp
return this.fileName;
}
/**
* Returns the file name of the dependency with the backslash escaped for
* use in JavaScript. This is a complete hack as I could not get the replace
* to work in the template itself.
*
* @return the file name of the dependency with the backslash escaped for
* use in JavaScript
*/
public String getFileNameForJavaScript() {
return this.fileName.replace("\\", "\\\\");
}
/**
* Sets the file name of the dependency.
*