Skip to content
Snippets Groups Projects
Commit 396367d8 authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

a bit of review

parent d5cec44d
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.ui.interfaces.IModelElementHandler;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 0DE800FFBC75165394F36B6993C49EB7
* @ConQAT.Rating GREEN Hash: 285F29B04538144A5F3A5C3E53F72095
*/
public abstract class ModelElementHandlerBase<T extends EObject> implements
IModelElementHandler<T> {
......
......@@ -42,7 +42,7 @@ import org.fortiss.tooling.kernel.ui.util.DataBindingUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: D5B6D00C04A15A9C865F846631FA082B
* @ConQAT.Rating GREEN Hash: 6DF3091D1AF3953B2611F9A7C36F7793
*/
public abstract class PropertySectionBase extends AbstractPropertySection {
......
......@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.ui.services.IEditorService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 824E83F523001E7C530E89FB1F5B5C5B
* @ConQAT.Rating GREEN Hash: 2E2D48641B06DA048E64F598FF55F920
*/
public interface IEditorBinding<T extends EObject> extends
IEObjectAware<EObject> {
......
......@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.ui.base.NamedCommentedModelElementHandlerBase;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 8FE024CE59C8A27348CCD343671DC7D7
* @ConQAT.Rating GREEN Hash: 519287421D1B11A94ADA4E0EC73D2F39
*/
public interface IModelElementHandler<T extends EObject> extends
IEObjectAware<T> {
......
......@@ -28,7 +28,7 @@ import org.fortiss.tooling.kernel.ui.internal.ContextMenuService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 898966F83FD7AF20C4620A8AAB017EC0
* @ConQAT.Rating GREEN Hash: 5396B0BEA50C524505F5D552FEB19082
*/
public interface IContextMenuService {
......
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