diff --git a/proposal/myrmidon/src/java/org/apache/aut/tar/TarUtils.java b/proposal/myrmidon/src/java/org/apache/aut/tar/TarUtils.java index d0ab8bae1..84607748b 100644 --- a/proposal/myrmidon/src/java/org/apache/aut/tar/TarUtils.java +++ b/proposal/myrmidon/src/java/org/apache/aut/tar/TarUtils.java @@ -10,11 +10,10 @@ package org.apache.aut.tar; /** * This class provides static utility methods to work with byte streams. * - * @author Timothy Gerard Endres time@ice.com - * @author Stefano Mazzocchi - * stefano@apache.org + * @author Timothy Gerard Endres + * @author Stefano Mazzocchi */ -public class TarUtils +class TarUtils { /** * Parse the checksum octal integer from a header buffer.