You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mr...@apache.org on 2011/12/29 06:16:31 UTC

svn commit: r1225437 - /xalan/java/trunk/src/org/apache/xalan/transformer/NumeratorFormatter.java

Author: mrglavas
Date: Thu Dec 29 05:16:31 2011
New Revision: 1225437

URL: http://svn.apache.org/viewvc?rev=1225437&view=rev
Log:
Making an inner class static.

Modified:
    xalan/java/trunk/src/org/apache/xalan/transformer/NumeratorFormatter.java

Modified: xalan/java/trunk/src/org/apache/xalan/transformer/NumeratorFormatter.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/transformer/NumeratorFormatter.java?rev=1225437&r1=1225436&r2=1225437&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/transformer/NumeratorFormatter.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/transformer/NumeratorFormatter.java Thu Dec 29 05:16:31 2011
@@ -225,7 +225,7 @@ class NumeratorFormatter
    * This class returns tokens using non-alphanumberic
    * characters as delimiters.
    */
-  class NumberFormatStringTokenizer
+  static class NumberFormatStringTokenizer
   {
 
     /** Field holding the current position in the string      */



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org