Fix odlparent-3-detected checkstyle issues
[yangtools.git] / common / testutils / src / main / java / org / opendaylight / yangtools / testutils / mockito / ThrowsMethodExceptionAnswer.java
index 6750c304bb8403f565a74d890a1ed560e7ac6e64..f8fbdcdafdd98c955eebecafcfee345fa905b180 100644 (file)
@@ -36,7 +36,7 @@ import org.mockito.stubbing.Answer;
  * @author Michael Vorburger
  */
 @Beta
-public class ThrowsMethodExceptionAnswer implements Answer<Object>, Serializable {
+public final class ThrowsMethodExceptionAnswer implements Answer<Object>, Serializable {
     private static final long serialVersionUID = -7316574192253912318L;
     static final ThrowsMethodExceptionAnswer INSTANCE = new ThrowsMethodExceptionAnswer();