Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
af3
kernel
Commits
6dd43c6f
Commit
6dd43c6f
authored
10 years ago
by
Vincent Aravantinos
Browse files
Options
Downloads
Patches
Plain Diff
YELLOW
parent
7e488e94
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/ConnectorEditPartBase.java
+1
-8
1 addition, 8 deletions
...rtiss/tooling/base/ui/editpart/ConnectorEditPartBase.java
with
1 addition
and
8 deletions
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/ConnectorEditPartBase.java
+
1
−
8
View file @
6dd43c6f
...
...
@@ -63,7 +63,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash:
984C025FEDE973D166047D1F955236FC
* @ConQAT.Rating YELLOW Hash:
7D58864894B2E9EFC762ED8233DD8F30
*/
public
abstract
class
ConnectorEditPartBase
<
T
extends
ILayoutedModelElement
&
IConnector
&
INamedCommentedElement
>
extends
PositionedEditPartBase
<
T
>
{
...
...
@@ -176,13 +176,6 @@ public abstract class ConnectorEditPartBase<T extends ILayoutedModelElement & IC
return
new
ChopboxAnchor
(
baseFigure
);
}
/** {@inheritDoc} */
@Override
public
void
refresh
()
{
// TODO Auto-generated method stub
super
.
refresh
();
}
/** {@inheritDoc} */
@Override
protected
void
refreshVisuals
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment