Class HelloWorld


  • public class HelloWorld
    extends java.lang.Object
    A dummy class that does nothing. This is so we can upload protein-comparison-tool.jar to Maven Central
    • Constructor Summary

      Constructors 
      Constructor Description
      HelloWorld()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void print()
      Prints hello world on command line
      • Methods inherited from class java.lang.Object

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

      • HelloWorld

        public HelloWorld()
    • Method Detail

      • print

        public void print()
        Prints hello world on command line