Class BugFilingCommentHelper.SourceLine

  • Enclosing class:
    BugFilingCommentHelper

    public static class BugFilingCommentHelper.SourceLine
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int line  
      java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      SourceLine​(int line, java.lang.String text)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • line

        public final int line
      • text

        public final java.lang.String text
    • Constructor Detail

      • SourceLine

        public SourceLine​(int line,
                          java.lang.String text)