Skip to content

Commit

Permalink
no svn id
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <olamy@apache.org>
  • Loading branch information
olamy committed Aug 14, 2020
1 parent 787141a commit 42ef457
Show file tree
Hide file tree
Showing 64 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -49,4 +49,4 @@ jobs:
java-version: ${{ matrix.java }}

- name: Build with Maven
run: mvn verify -e -B -V
run: mvn verify javadoc:javadoc -e -B -V
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -81,7 +81,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/Base64.java
Expand Up @@ -26,7 +26,7 @@
* @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>
* @author Apache Software Foundation
* @since 1.0-dev
* @version $Id$
*
*/
public class Base64
{
Expand Down
Expand Up @@ -28,7 +28,7 @@

/**
* @author <a href="mailto:olamy@codehaus.org">olamy</a>
* @version $Id$
*
*/
public class CollectionUtils
{
Expand Down
Expand Up @@ -21,7 +21,7 @@
/**
* Observes the actions of a {@link DirectoryWalker}.
*
* @version $Id$
*
* @see DirectoryWalker
*/
public interface DirectoryWalkListener
Expand Down
Expand Up @@ -25,7 +25,7 @@
/**
* DirectoryWalker
*
* @version $Id$
*
*/
public class DirectoryWalker
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/ExceptionUtils.java
Expand Up @@ -76,7 +76,7 @@
* @author Dmitri Plotnikov
* @author Stephen Colebourne
* @since 1.0
* @version $Id$
*
*/
public class ExceptionUtils
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/Expand.java
Expand Up @@ -71,7 +71,7 @@
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author <a href="mailto:umagesh@codehaus.org">Magesh Umasankar</a>
* @since Ant 1.1 @ant.task category="packaging" name="unzip" name="unjar" name="unwar"
* @version $Id$
*
*/
public class Expand
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/FileUtils.java
Expand Up @@ -112,7 +112,7 @@
* @author <a href="mailto:Christoph.Reck@dlr.de">Christoph.Reck</a>
* @author <a href="mailto:peter@codehaus.org">Peter Donald</a>
* @author <a href="mailto:jefft@codehaus.org">Jeff Turner</a>
* @version $Id$
*
*/
public class FileUtils
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/IOUtil.java
Expand Up @@ -118,7 +118,7 @@
*
* @author <a href="mailto:peter@codehaus.org">Peter Donald</a>
* @author <a href="mailto:jefft@codehaus.org">Jeff Turner</a>
* @version $Id$
*
* @since 4.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/PathTool.java
Expand Up @@ -25,7 +25,7 @@
* @author <a href="mailto:pete-apache-dev@kazmier.com">Pete Kazmier</a>
* @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
* @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
* @version $Id$
*
*/
public class PathTool
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/ReaderFactory.java
Expand Up @@ -36,7 +36,7 @@
* @author <a href="mailto:hboutemy@codehaus.org">Herve Boutemy</a>
* @see Charset
* @see <a href="http://java.sun.com/j2se/1.4.2/docs/guide/intl/encoding.doc.html">Supported encodings</a>
* @version $Id$
*
* @since 1.4.3
*/
public class ReaderFactory
Expand Down
Expand Up @@ -32,7 +32,7 @@
* @author <a href="mailto:michal@codehaus.org">Michal Maczka</a>
* @author <a href="mailto:jesse@codehaus.org">Jesse McConnell</a>
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*
*/
public final class ReflectionUtils
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/SelectorUtils.java
Expand Up @@ -69,7 +69,7 @@
* @author Arnout J. Kuiper <a href="mailto:ajkuiper@wxs.nl">ajkuiper@wxs.nl</a>
* @author Magesh Umasankar
* @author <a href="mailto:bruce@callenish.com">Bruce Atherton</a>
* @version $Id$
*
* @since 1.5
*/
public final class SelectorUtils
Expand Down
Expand Up @@ -23,7 +23,7 @@
* Wraps a String as an OutputStream.
*
* @author <a href="mailto:evenisse@codehaus.org">Emmanuel Venisse</a>
* @version $Id$
*
* @deprecated As of version 1.5.2 this class should no longer be used because it does not properly handle character
* encoding. Instead, use {@link java.io.ByteArrayOutputStream#toString(String)}.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/StringUtils.java
Expand Up @@ -80,7 +80,7 @@
* @author <a href="mailto:alex@purpletech.com">Alexander Day Chaffee</a>
* @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
* @since 1.0
* @version $Id$
*
*/
public class StringUtils
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/SweeperPool.java
Expand Up @@ -23,7 +23,7 @@
* disposed first.
*
* @author <a href="mailto:bert@tuaworks.co.nz">Bert van Brakel</a>
* @version $Id$
*
*/
public class SweeperPool
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/WriterFactory.java
Expand Up @@ -35,7 +35,7 @@
* @author <a href="mailto:hboutemy@codehaus.org">Herve Boutemy</a>
* @see Charset
* @see <a href="http://java.sun.com/j2se/1.4.2/docs/guide/intl/encoding.doc.html">Supported encodings</a>
* @version $Id$
*
* @since 1.4.4
*/
public class WriterFactory
Expand Down
Expand Up @@ -18,7 +18,7 @@

/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*
*/
public class CommandLineException
extends Exception
Expand Down
Expand Up @@ -22,7 +22,7 @@
/**
* @author <a href="mailto:olamy@apache.org">olamy</a>
* @since 1.5.9
* @version $Id$
*
*/
public class CommandLineTimeOutException
extends CommandLineException
Expand Down
Expand Up @@ -29,7 +29,7 @@

/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l </a>
* @version $Id$
*
*/
public abstract class CommandLineUtils
{
Expand Down
Expand Up @@ -20,7 +20,7 @@

/**
* @author <a href="mailto:evenisse@apache.org">Emmanuel Venisse</a>
* @version $Id$
*
*/
public class DefaultConsumer
implements StreamConsumer
Expand Down
Expand Up @@ -22,7 +22,7 @@
* The java.util.StringTokenizer is horribly broken. Given the string 1,,,3,,4 (, delim) It will return 1,3,4 Which is
* clearly wrong - 1,EMPTY,EMPTY,3,EMPTY,4 is what it should return
*
* @version $Id$
*
*/
public final class EnhancedStringTokenizer
{
Expand Down
Expand Up @@ -62,7 +62,7 @@
*
* @author <a href="mailto:fvancea@maxiq.com">Florin Vancea</a>
* @author <a href="mailto:pj@thoughtworks.com">Paul Julius</a>
* @version $Id$
*
*/
public interface StreamConsumer
{
Expand Down
Expand Up @@ -24,7 +24,7 @@
* Read from an InputStream and write the output to an OutputStream.
*
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*
*/
public class StreamFeeder
extends AbstractStreamHandler
Expand Down
Expand Up @@ -81,7 +81,7 @@
*
* @author <a href="mailto:fvancea@maxiq.com">Florin Vancea </a>
* @author <a href="mailto:pj@thoughtworks.com">Paul Julius </a>
* @version $Id$
*
* @since June 11, 2001
*/
public class StreamPumper
Expand Down
Expand Up @@ -21,7 +21,7 @@

/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id$
*
*/
public class WriterStreamConsumer
implements StreamConsumer
Expand Down
Expand Up @@ -23,7 +23,7 @@

/**
* @author Jason van Zyl
* @version $Id$
*
*/
public class BourneShell
extends Shell
Expand Down
Expand Up @@ -26,7 +26,7 @@
*
* @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>
* @since 1.2
* @version $Id$
*
*/
public class CmdShell
extends Shell
Expand Down
Expand Up @@ -23,7 +23,7 @@
*
* @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>
* @since 1.2
* @version $Id$
*
*/
public class CommandShell
extends Shell
Expand Down
Expand Up @@ -32,7 +32,7 @@
*
* @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>
* @since 1.2
* @version $Id$
*
*/
public class Shell
implements Cloneable
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/codehaus/plexus/util/dag/CycleDetector.java
Expand Up @@ -24,7 +24,7 @@

/**
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id$
*
*/
public class CycleDetector
{
Expand Down Expand Up @@ -158,4 +158,4 @@ else if ( isVisiting( v, vertexStateMap ) )
return false;
}

}
}
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/dag/DAG.java
Expand Up @@ -27,7 +27,7 @@
* DAG = Directed Acyclic Graph
*
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id$
*
* TODO this class should be renamed from DAG to Dag
*/
public class DAG
Expand Down
Expand Up @@ -23,7 +23,7 @@

/**
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id$
*
*/
public class TopologicalSorter
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/dag/Vertex.java
Expand Up @@ -22,7 +22,7 @@

/**
* @author <a href="michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id$
*
*/
public class Vertex
implements Cloneable, Serializable
Expand Down
Expand Up @@ -29,7 +29,7 @@
* @author <a href="mailto:bob@werken.com">Bob McWhirter</a>
* @author <a href="mailto:szegedia@freemail.hu">Attila Szegedi</a>
* @author <a href="mailto:geirm@optonline.net">Geir Magnusson Jr.</a>
* @version $Id$
*
*/
public class ClassMap
{
Expand Down
Expand Up @@ -30,7 +30,7 @@
* @author <a href="mailto:Christoph.Reck@dlr.de">Christoph Reck</a>
* @author <a href="mailto:geirm@optonline.net">Geir Magnusson Jr.</a>
* @author <a href="mailto:szegedia@freemail.hu">Attila Szegedi</a>
* @version $Id$
*
*/
public class MethodMap
{
Expand Down
Expand Up @@ -37,7 +37,7 @@
*
* @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
* @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
* @version $Id$
*
* @see <a href=
* "http://struts.apache.org/1.x/struts-taglib/indexedprops.html">http://struts.apache.org/1.x/struts-taglib/indexedprops.html</a>
*/
Expand Down
Expand Up @@ -20,7 +20,7 @@
import java.io.Writer;

/**
* @version $Id$
*
*/
public class CompactXMLWriter
extends PrettyPrintXMLWriter
Expand Down
Expand Up @@ -27,7 +27,7 @@
/**
* Implementation of XMLWriter which emits nicely formatted documents.
*
* @version $Id$
*
*/
public class PrettyPrintXMLWriter
implements XMLWriter
Expand Down
Expand Up @@ -28,7 +28,7 @@
* Write to an MXSerializer.
*
* @author <a href="mailto:brett@codehaus.org">Brett Porter</a>
* @version $Id$
*
*/
public class SerializerXMLWriter
implements XMLWriter
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/xml/XMLWriter.java
Expand Up @@ -17,7 +17,7 @@
*/

/**
* @version $Id$
*
*/
public interface XMLWriter
{
Expand Down
Expand Up @@ -33,7 +33,7 @@
* the XML document written to the stream.
*
* @author <a href="mailto:hboutemy@codehaus.org">Herve Boutemy</a>
* @version $Id$
*
* @since 1.4.4
*/
public class XmlStreamWriter
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/plexus/util/xml/XmlUtil.java
Expand Up @@ -35,7 +35,7 @@
* Common XML utilities methods.
*
* @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
* @version $Id$
*
* @since 1.5.7
*/
public class XmlUtil
Expand Down

0 comments on commit 42ef457

Please sign in to comment.