Class Commit


  • public class Commit
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String Comment  
      java.lang.String Id  
    • Constructor Summary

      Constructors 
      Constructor Description
      Commit()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Id

        public java.lang.String Id
      • Comment

        public java.lang.String Comment
    • Constructor Detail

      • Commit

        public Commit()