Skip to content
Snippets Groups Projects
Commit ccc76b65 authored by tpylak's avatar tpylak
Browse files

minor: fix unit tests

SVN: 13030
parent ca0a27d6
No related merge requests found
......@@ -121,7 +121,7 @@ public final class AnnotationUtilsTest
private static class A
{
@Deprecated
protected Object a;
protected Object b;
......@@ -139,6 +139,8 @@ public final class AnnotationUtilsTest
private final static class B extends A
{
@Deprecated
protected Object x;
//
// A
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment