mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Fix two warnings thrown by Eclipse
One is an unnecessary import and the other is an incorrectly named Javadoc parameter. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=153095269
This commit is contained in:
@@ -131,7 +131,7 @@ public abstract class ComparingInvocationHandler<T> implements InvocationHandler
|
||||
* stack trace for example), override this method with the desired implementation.
|
||||
*
|
||||
* @param method the method whose return value is given
|
||||
* @param exception the exception thrown by a call to method
|
||||
* @param throwable the exception thrown by a call to method
|
||||
*/
|
||||
protected String stringifyThrown(
|
||||
@SuppressWarnings("unused") Method method,
|
||||
|
||||
@@ -25,7 +25,6 @@ import google.registry.monitoring.metrics.IncrementableMetric;
|
||||
import google.registry.monitoring.metrics.LabelDescriptor;
|
||||
import google.registry.monitoring.metrics.MetricRegistryImpl;
|
||||
import google.registry.util.Clock;
|
||||
import google.registry.whois.WhoisMetrics.WhoisMetric;
|
||||
import javax.inject.Inject;
|
||||
import org.joda.time.DateTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user