1
0
mirror of synced 2026-07-04 10:20:03 +00:00

Fix failing tests keeping old behaviour.

This commit is contained in:
Carlos Sanchez
2006-07-06 17:56:50 +00:00
parent 46af400466
commit 00b73e8331
@@ -170,6 +170,6 @@ public class FilterInvocationDefinitionSourceEditor extends PropertyEditorSuppor
source.setMappings(mappings);
}
setValue(source);
setValue(source.getDecorated());
}
}