Skip to content

Commit b405413

Browse files
gnodetmichael-o
authored andcommitted
Make the Xpp3Reader#read(XmlPullParser, boolean) public
1 parent b8db481 commit b405413

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modello-plugins/modello-plugin-xpp3/src/main/java/org/codehaus/modello/plugin/xpp3/Xpp3ReaderGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ private void writeClassReaders( ModelClass modelClass, JClass jClass, boolean ro
148148
// ----------------------------------------------------------------------
149149

150150
JMethod unmarshall = new JMethod( readerMethodName, new JClass( className ), null );
151-
unmarshall.getModifiers().makePrivate();
152151

153152
unmarshall.addParameter( new JParameter( new JClass( "XmlPullParser" ), "parser" ) );
154153
unmarshall.addParameter( new JParameter( JClass.BOOLEAN, "strict" ) );

0 commit comments

Comments
 (0)