You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/09/07 19:30:23 UTC

svn commit: r1759672 - /commons/proper/cli/trunk/src/test/java/org/apache/commons/cli/bug/BugsTest.java

Author: britter
Date: Wed Sep  7 19:30:23 2016
New Revision: 1759672

URL: http://svn.apache.org/viewvc?rev=1759672&view=rev
Log:
Make header comment a Java block comment instead of JavaDoc

Modified:
    commons/proper/cli/trunk/src/test/java/org/apache/commons/cli/bug/BugsTest.java

Modified: commons/proper/cli/trunk/src/test/java/org/apache/commons/cli/bug/BugsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/test/java/org/apache/commons/cli/bug/BugsTest.java?rev=1759672&r1=1759671&r2=1759672&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/test/java/org/apache/commons/cli/bug/BugsTest.java (original)
+++ commons/proper/cli/trunk/src/test/java/org/apache/commons/cli/bug/BugsTest.java Wed Sep  7 19:30:23 2016
@@ -1,4 +1,4 @@
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.