Class ReflogEntryImpl

  • All Implemented Interfaces:
    java.io.Serializable, ReflogEntry

    public class ReflogEntryImpl
    extends java.lang.Object
    implements java.io.Serializable, ReflogEntry
    Parsed reflog entry
    See Also:
    Serialized Form
    • Method Detail

      • getComment

        public java.lang.String getComment()
        Specified by:
        getComment in interface ReflogEntry
        Returns:
        textual description of the change
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object