- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
/**
* Last modification time is only an int and in seconds, thus can be off by 999.
*
* @return 1000
*/
@Override
public double getLastModTimeAccuracy()
{
return LAST_MOD_TIME_ACCURACY;
}
Комментарии (4) RSS