Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core.tests.model/workspace/Formatter/test012/A_in.java')
-rw-r--r--org.eclipse.jdt.core.tests.model/workspace/Formatter/test012/A_in.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core.tests.model/workspace/Formatter/test012/A_in.java b/org.eclipse.jdt.core.tests.model/workspace/Formatter/test012/A_in.java
index d7b4daebcd..014a71ae73 100644
--- a/org.eclipse.jdt.core.tests.model/workspace/Formatter/test012/A_in.java
+++ b/org.eclipse.jdt.core.tests.model/workspace/Formatter/test012/A_in.java
@@ -4,4 +4,4 @@ import java.io.Serializable;
import java.io.IOException;
public abstract /* */ class A extends p1.p2.fpfpfpfppffp.A implements Runnable, Cloneable, Serializable, Toto, Titi, Tata {
int CONST;int value;transient long s;protected synchronized void foo() throws IOException,Exception{}public A() throws IOException,Exception{}
-}
+} \ No newline at end of file

Back to the top