Skip to content

Commit

Permalink
Making an inner class static.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/xalan/java/trunk@1225437 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Michael Glavassevich committed Dec 29, 2011
1 parent 64ba81c commit 03e9240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/apache/xalan/transformer/NumeratorFormatter.java
Expand Up @@ -225,7 +225,7 @@ String long2roman(long val, boolean prefixesAreOK)
* This class returns tokens using non-alphanumberic
* characters as delimiters.
*/
class NumberFormatStringTokenizer
static class NumberFormatStringTokenizer
{

/** Field holding the current position in the string */
Expand Down

0 comments on commit 03e9240

Please sign in to comment.