Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/core/Server/src/org/litesoft/xml/PullParserProxy.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.xml;
2 3
3 4 import org.xmlpull.v1.*;
  @@ -135,7 +136,7 @@
135 136
136 137 require( XmlPullParser.END_DOCUMENT );
137 138 }
138 -
139 +
139 140 public String getNextStartTag()
140 141 {
141 142 nextTag();