Browse Source

polish - generics

tags/V1_9_0_RC3
Andy Clement 6 years ago
parent
commit
eff02a97e0

+ 1
- 1
loadtime/src/org/aspectj/weaver/loadtime/DefaultWeavingContext.java View File

/** /**
* Same as ClassLoader.getResources() * Same as ClassLoader.getResources()
*/ */
public Enumeration getResources(String name) throws IOException {
public Enumeration<URL> getResources(String name) throws IOException {
return getClassLoader().getResources(name); return getClassLoader().getResources(name);
} }



Loading…
Cancel
Save