< prev index next >

src/com/sun/org/apache/xerces/internal/util/StAXLocationWrapper.java

Print this page
rev 2127 : 8048021: Remove @version tag in jaxp repo
Reviewed-by: joehw

*** 30,40 **** * <p>A light wrapper around a StAX location. This is useful * when bridging between StAX and XNI components.</p> * * @author Michael Glavassevich, IBM * - * @version $Id: StAXLocationWrapper.java,v 1.2 2010-10-26 23:01:13 joehw Exp $ */ public final class StAXLocationWrapper implements XMLLocator { private Location fLocation = null; --- 30,39 ----
< prev index next >