Skip to content
Snippets Groups Projects
Commit 5ef87720 authored by Johannes Eder's avatar Johannes Eder
Browse files

YELLOW, fixed the warnings

refs 2264
parent 56715a82
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 6A7EFD6417AE2DB39D3DD67C2B26BD0E
* @ConQAT.Rating YELLOW Hash: 201BBE1B44581E330D399D76FC2CC5EC
*/
public abstract class ConnectionEditPartBase<T extends ConnectionSegmentBase> extends
AbstractConnectionEditPart {
......@@ -83,7 +83,7 @@ public abstract class ConnectionEditPartBase<T extends ConnectionSegmentBase> ex
*/
protected final IDiagramLayoutConfiguration layoutConfiguration;
/** The model element handler to be used for the {@link #modelElement}. */
/** The model element handler to be used for the {@link #getModel()}. */
protected final IModelElementHandler<T> modelElementHandler;
/** The connection drawn. */
......@@ -98,7 +98,7 @@ public abstract class ConnectionEditPartBase<T extends ConnectionSegmentBase> ex
/** The decoration figure. */
protected Label decorationFigure;
/** The adapter used to receive change notifications for the {@link #modelElement}. */
/** The adapter used to receive change notifications for the {@link #getModel()}. */
// protected final Adapter fullRefreshAdapter = new AdapterImpl() {
protected final Adapter fullRefreshAdapter = new EContentAdapter() {
/** {@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