Fix test data

This commit is contained in:
Roman Shevchenko
2012-10-30 17:01:18 +01:00
parent 7111f4ff4f
commit 2dac16268f
@@ -9,7 +9,7 @@ public class BrokenAlignment {
return <warning descr="'null' is returned by the method declared as @NotNull">null</warning>;
}
catch (RuntimeException e) {
return null;
return <warning descr="'null' is returned by the method declared as @NotNull">null</warning>;
}
}