You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: synchronizefx-core/src/main/java/de/saxsys/synchronizefx/core/metamodel/executors/lists/ListCommandVersionRepairer.java
-3
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,6 @@ public class ListCommandVersionRepairer {
Copy file name to clipboardexpand all lines: synchronizefx-core/src/main/java/de/saxsys/synchronizefx/core/metamodel/executors/lists/ReparingListPropertyCommandExecutor.java
Copy file name to clipboardexpand all lines: synchronizefx-core/src/main/java/de/saxsys/synchronizefx/core/metamodel/executors/lists/ReplaceInListRepairer.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
*
33
33
* @author Raik Bieniek
34
34
*/
35
-
publicfinalclassReplaceInListRepairer {
35
+
publicclassReplaceInListRepairer {
36
36
37
37
/**
38
38
* Repairs a {@link ReplaceInList} in relation to an {@link AddToList} command.
Copy file name to clipboardexpand all lines: synchronizefx-core/src/test/java/de/saxsys/synchronizefx/core/metamodel/ListPropertyMetaDataStoreTest.java
+11
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,17 @@ public void canRetrieveMetaDataByListId() {
0 commit comments