Change-Id: I20c1246efc3ce0ad6d874e6a0b5c8230c96b9425
Issue-ID: POLICY-1035
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
}
@Override
- public void configure(final String parameterGroupName) {}
+ public void configure(final String parameterGroupName) {
+ throw new UnsupportedOperationException("The method is not supprted");
+ }
}
}
@Override
- public void configure(final String parameterGroupName) {}
+ public void configure(final String parameterGroupName) {
+ throw new UnsupportedOperationException("The method is not supprted");
+ }
}
private static long downloadSuccessCount;
private static long downloadFailureCount;
+ private DistributionStatisticsManager() {
+ throw new IllegalStateException("Instantiation of the class is not allowed");
+ }
+
/**
* Method to update the total distribution count.
*