Set private internal methods.
This commit is contained in:
parent
54dfaff72d
commit
397a34b5f0
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ public class XMLWriter
|
|||
/**
|
||||
*
|
||||
*/
|
||||
public void writeTagAttributes(final String... attributes)
|
||||
private void writeTagAttributes(final String... attributes)
|
||||
{
|
||||
//
|
||||
if ((attributes != null) && (attributes.length > 0))
|
||||
|
@ -183,7 +183,7 @@ public class XMLWriter
|
|||
/**
|
||||
*
|
||||
*/
|
||||
public void writeTagContent(final String content)
|
||||
private void writeTagContent(final String content)
|
||||
{
|
||||
//
|
||||
for (int count = 0; count < content.length(); count++)
|
||||
|
|
Loading…
Reference in a new issue