Skip to content

Commit 3d840cd

Browse files
committed
Made CustomContentHandler public
1 parent 21715a8 commit 3d840cd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/xmljava.jar

12 Bytes
Binary file not shown.

src/com/maxprograms/xml/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
public class Constants {
1616

17-
public static final String VERSION = "1.5.0";
18-
public static final String BUILD = "20231229_1000";
17+
public static final String VERSION = "1.6.0";
18+
public static final String BUILD = "20240121_1836";
1919

2020
private Constants() {
2121
// private for security

src/com/maxprograms/xml/CustomContentHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import org.xml.sax.Locator;
2929
import org.xml.sax.SAXException;
3030

31-
class CustomContentHandler implements IContentHandler {
31+
public class CustomContentHandler implements IContentHandler {
3232

3333
private Document doc;
3434
private Element current;

0 commit comments

Comments
 (0)