|
|
@@ -573,7 +573,7 @@ public final class SelectorUtils { |
|
|
|
* |
|
|
|
* @param src the original file |
|
|
|
* @param target the file being compared against |
|
|
|
* @param granularity the amount in seconds of slack we will give in |
|
|
|
* @param granularity the amount in milliseconds of slack we will give in |
|
|
|
* determining out of dateness |
|
|
|
* @return whether the target is out of date |
|
|
|
*/ |
|
|
@@ -592,7 +592,7 @@ public final class SelectorUtils { |
|
|
|
* |
|
|
|
* @param src the original resource |
|
|
|
* @param target the resource being compared against |
|
|
|
* @param granularity the int amount in seconds of slack we will give in |
|
|
|
* @param granularity the int amount in milliseconds of slack we will give in |
|
|
|
* determining out of dateness |
|
|
|
* @return whether the target is out of date |
|
|
|
*/ |
|
|
@@ -611,7 +611,7 @@ public final class SelectorUtils { |
|
|
|
* |
|
|
|
* @param src the original resource |
|
|
|
* @param target the resource being compared against |
|
|
|
* @param granularity the long amount in seconds of slack we will give in |
|
|
|
* @param granularity the long amount in milliseconds of slack we will give in |
|
|
|
* determining out of dateness |
|
|
|
* @return whether the target is out of date |
|
|
|
*/ |
|
|
|