mirror of https://github.com/apache/archiva.git
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:
parent
3e55adbce6
commit
b62b18f378
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue