mirror of
https://github.com/apache/archiva.git
synced 2025-03-06 16:39:13 +00:00
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 @@ class RemoteRepoInfo
|
||||
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…
x
Reference in New Issue
Block a user