uncomment and fix one dfa test

This commit is contained in:
peter
2012-10-11 20:21:49 +02:00
parent 8e7bc5e898
commit 79a7af7d6f
2 changed files with 4 additions and 1 deletions
@@ -1,3 +1,5 @@
import org.jetbrains.annotations.NotNull;
public class CodeFlowTest {
public static void main (String[] args) {
String string;
@@ -16,6 +18,7 @@ public class CodeFlowTest {
exception.printStackTrace();
}
@NotNull
private static String getString () throws SomeException {
if (Math.random() < 0.5)
throw new SomeException();