blob: e221fc52559c289786c1658aa478b9a2d6ee25dd [file] [log] [blame]
package test.tags.see;
public class X05 {
class Y05 {
/**
* @see org.xml.sax.EntityResolver#resolveEntity(java.lang.String, java.lang.String)
*/
void foo() {
}
}
}