File tree Expand file tree Collapse file tree
biojava-protein-comparison-tool/src/main/java/org/biojava/nbio/proteincomparisontool Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 */
2121package org .biojava .nbio .proteincomparisontool ;
2222
23- /** A dummy class that does nothing. This is so we can upload protein-comparison-tool.jar to Maven Central
23+ /**
24+ * A dummy class that does nothing. This is so we can upload protein-comparison-tool.jar to Maven Central
2425 *
2526 */
26- class HelloWorld {
27+ public class HelloWorld {
2728
2829 public HelloWorld (){
2930 // hello world
3031 }
3132
32- /** Prints hello world on command line
33+ /**
34+ * Prints hello world on command line
3335 *
3436 */
3537 public void print (){
Original file line number Diff line number Diff line change 226226 <plugin >
227227 <groupId >org.apache.maven.plugins</groupId >
228228 <artifactId >maven-javadoc-plugin</artifactId >
229- <version >3.2.0 </version >
229+ <version >3.3.1 </version >
230230 <configuration >
231231 <additionalJOptions >-Xdoclint:none</additionalJOptions >
232232 <!-- we need to allow script in comments or otherwise we can't use google analytics js in footer below - JD 2017-03-30 -->
241241 </configuration >
242242
243243 </plugin >
244- <plugin >
245- <groupId >org.apache.maven.plugins</groupId >
246- <artifactId >maven-surefire-plugin</artifactId >
247- <version >3.0.0-M5</version >
248-
249- </plugin >
244+ <plugin >
245+ <groupId >org.apache.maven.plugins</groupId >
246+ <artifactId >maven-surefire-plugin</artifactId >
247+ <version >3.0.0-M5</version >
248+ </plugin >
250249 <plugin >
251250 <groupId >org.apache.maven.plugins</groupId >
252251 <artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments