mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
correct test data, so that the test checks the make rule it was intended to verify
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
public abstract class BaseAction {
|
||||
public abstract void action();
|
||||
public class BaseAction {
|
||||
public void action() {}
|
||||
|
||||
public int getData() {
|
||||
return 10;
|
||||
return 20;
|
||||
}
|
||||
|
||||
}
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
public abstract class BaseAction {
|
||||
public abstract void action();
|
||||
public class BaseAction {
|
||||
public void action() {}
|
||||
}
|
||||
Reference in New Issue
Block a user