Fixing bad definition of ONE_SECOND.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@590857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2007-10-31 22:45:28 +00:00
parent 3e55adbce6
commit b62b18f378
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public abstract class AbstractRepositoryServletProxiedTestCase
public RemoteRepositoryConfiguration config;
}
protected static final long ONE_SECOND = ( 1000 * 60 );
protected static final long ONE_SECOND = ( 1000 /* milliseconds */ );
protected static final long ONE_MINUTE = ( ONE_SECOND * 60 );