Skip to content

Commit df8f1d4

Browse files
authored
Merge pull request #89 from w3c/sideshowbarker/UnicodeInputStream-copy
Add org.apache.velocity.io.UnicodeInputStream copy
2 parents 5dddcc8 + 1d1bbb8 commit df8f1d4

File tree

3 files changed

+384
-2
lines changed

3 files changed

+384
-2
lines changed

org/w3c/css/util/ApplContext.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
package org.w3c.css.util;
1010

1111

12-
import org.apache.velocity.io.UnicodeInputStream;
1312
import org.w3c.css.parser.Frame;
1413
import org.w3c.www.http.HttpAcceptCharset;
1514
import org.w3c.www.http.HttpAcceptCharsetList;

org/w3c/css/util/HTTPURL.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
*/
99
package org.w3c.css.util;
1010

11-
import org.apache.velocity.io.UnicodeInputStream;
1211
import org.w3c.css.servlet.CssValidator;
1312
import org.w3c.www.mime.MimeType;
1413
import org.w3c.www.mime.MimeTypeFormatException;

0 commit comments

Comments
 (0)