Subversion Repository Public Repository

litesoft

Diff Revisions 405 vs 419 for /trunk/Java/VersionedStaticContentFilter/src/org/litesoft/servlet/versionedstaticcontentfilter/VersionedStaticContentFilter.java

Diff revisions: vs.
  @@ -72,8 +72,6 @@
72 72 {
73 73 private String getLocationAnchor() // e.g.: file:/C:/zDev/litesoft/GWT_Sandbox/UIdesign/war/WEB-INF/lib/LocationAnchor.jar
74 74 {
75 - String zLocationAnchor = null;
76 -
77 75 try
78 76 {
79 77 Class<?> zClass = getClass().getClassLoader().loadClass( "org.litesoft.locationanchor.LocationAnchor" );