langtools/src/share/classes/com/sun/tools/javac/parser/JavadocTokenizer.java
changeset 16810 670d880283e2
parent 15552 99e4c7eb352c
child 23113 5d44044f4f64
equal deleted inserted replaced
16809:5acfcb821d65 16810:670d880283e2
   204              }
   204              }
   205              super.putChar(ch, scan);
   205              super.putChar(ch, scan);
   206          }
   206          }
   207      }
   207      }
   208 
   208 
   209      protected class JavadocComment extends JavaTokenizer.BasicComment<DocReader> {
   209      protected static class JavadocComment extends JavaTokenizer.BasicComment<DocReader> {
   210 
   210 
   211         /**
   211         /**
   212         * Translated and stripped contents of doc comment
   212         * Translated and stripped contents of doc comment
   213         */
   213         */
   214         private String docComment = null;
   214         private String docComment = null;