Browse Source

Made class package access as it does not need to be accessed outside this package

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270924 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
501b8512d7
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      proposal/myrmidon/src/java/org/apache/aut/tar/TarUtils.java

+ 3
- 4
proposal/myrmidon/src/java/org/apache/aut/tar/TarUtils.java View File

@@ -10,11 +10,10 @@ package org.apache.aut.tar;
/**
* This class provides static utility methods to work with byte streams.
*
* @author Timothy Gerard Endres <a href="mailto:time@ice.com">time@ice.com</a>
* @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">
* stefano@apache.org</a>
* @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a>
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
*/
public class TarUtils
class TarUtils
{
/**
* Parse the checksum octal integer from a header buffer.


Loading…
Cancel
Save