aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst-rsrc/org/eclipse/jgit/diff/ShiftDown2.patch
blob: a2b34b354c7223ff545dc8c1e9fd012f71551d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/ShiftDown2 b/ShiftDown2
index 8b9727b..63353aa 100644
--- a/ShiftDown2
+++ b/ShiftDown2
@@ -16,6 +16,9 @@
 			something("A.b", "bar");
 		}
 
+		public void methodC() {
+			something("A.c", "bar");
+		}
 	}
 
 	public class B {
@@ -28,5 +31,9 @@
 			something("B.b", "bar");
 		}
 
+		public void methodC() {
+			something("B.c", "bar");
+		}
+
 	}
 }