Add todo note in getUrl()
This commit is contained in:
parent
48489e8200
commit
67988a8d62
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,8 @@ public final class ZipResource implements Resource {
|
|||
}
|
||||
|
||||
public URL getUrl() {
|
||||
// TODO: we might want to return a Jar URL
|
||||
// http://java.sun.com/j2se/1.5.0/docs/api/java/net/JarURLConnection.html
|
||||
throw new UnsupportedOperationException("getUrl() not implemented for ZipResource");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue