jaxp/test/javax/xml/jaxp/unittest/stream/XMLInputFactoryTest/MyInputFactory.java
changeset 40223 64662417aa2d
parent 32156 8def5917a696
child 40829 ad509d5baa06
equal deleted inserted replaced
40222:ec0a4bdb7a07 40223:64662417aa2d
   156     @Override
   156     @Override
   157     public XMLEventAllocator getEventAllocator() {
   157     public XMLEventAllocator getEventAllocator() {
   158         throw new UnsupportedOperationException("Not supported yet.");
   158         throw new UnsupportedOperationException("Not supported yet.");
   159     }
   159     }
   160 }
   160 }
       
   161