Skip to content
Snippets Groups Projects
Commit cb348577 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

YELLOW

parent 793ca860
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ import org.fortiss.tooling.kernel.utils.EcoreUtils;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 5851DE4A94F638152E849388CE1EE0EC
* @ConQAT.Rating YELLOW Hash: 8584EC3808931699CDD5E434E160D2BF
*/
public class ConstraintBasedProcessEditor<CBP extends IConstraintBasedProcess> extends
EditorBase<CBP> implements ContextMenuContextProvider, ISelectionProvider {
......
......@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 2E81CDBAA5274B37A871C13F16F9C4E2
* @ConQAT.Rating YELLOW Hash: C445FF4D79BC5E1E3895084674B3D9E1
*/
public class GEF2ToolingKernelCommandStack extends CommandStack implements CommandStackListener {
......@@ -105,7 +105,7 @@ public class GEF2ToolingKernelCommandStack extends CommandStack implements Comma
/** {@inheritDoc} */
@Override
public void commandStackChanged(EventObject event) {
notifyListeners();
notifyListeners(null, 0);
}
/** {@inheritDoc} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment