Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
6f377e80
Commit
6f377e80
authored
Nov 17, 2017
by
Simon Barner
Browse files
Remove spurious blank lines.
parent
ae554d3f
Changes
7
Show whitespace changes
Inline
Side-by-side
org.fortiss.af3.deployment.ui/trunk/src/org/fortiss/af3/deployment/ui/editor/DeploymentPortMappingEditorGUI.java
View file @
6f377e80
...
...
@@ -332,7 +332,6 @@ public class DeploymentPortMappingEditorGUI extends Composite implements
tblclmnHardwareTransmitter
.
setWidth
(
250
);
tblclmnHardwareTransmitter
.
setText
(
"Hardware Transmitter"
);
formToolkit
.
decorateFormHeading
(
scrldfrmPortMappingEditor
);
}
@Override
...
...
org.fortiss.af3.exploration.ui/trunk/src/org/fortiss/af3/exploration/ui/perspective/visualization/visualizations/fourD/Editor4DControlGUI.java
View file @
6f377e80
...
...
@@ -409,6 +409,5 @@ public class Editor4DControlGUI extends Composite {
new
Label
(
views_Section_Composite
,
SWT
.
NONE
);
new
Label
(
views_Section_Composite
,
SWT
.
NONE
);
new
Label
(
views_Section_Composite
,
SWT
.
NONE
);
}
}
org.fortiss.af3.expression.ui/trunk/src/org/fortiss/af3/expression/ui/editor/DataDictionaryEvaluatorGUI.java
View file @
6f377e80
...
...
@@ -87,7 +87,6 @@ public class DataDictionaryEvaluatorGUI extends Composite {
text_1
=
new
Text
(
frmEvaluator
.
getBody
(),
SWT
.
BORDER
);
text_1
.
setLayoutData
(
new
GridData
(
SWT
.
FILL
,
SWT
.
FILL
,
true
,
false
,
1
,
1
));
formToolkit
.
adapt
(
text_1
,
true
,
true
);
}
@Override
...
...
org.fortiss.af3.mira.ui/trunk/src/org/fortiss/af3/mira/ui/dialog/ElementTreeMultiSelectDialogGUI.java
View file @
6f377e80
...
...
@@ -61,5 +61,4 @@ public abstract class ElementTreeMultiSelectDialogGUI extends Composite {
public
TreeViewer
getSelectTreeViewer
()
{
return
selectTreeViewer
;
}
}
org.fortiss.af3.operatorpanel.ui/trunk/src/org/fortiss/af3/operatorpanel/ui/editor/OP3DDisplayEditorGUI.java
View file @
6f377e80
...
...
@@ -68,7 +68,6 @@ public class OP3DDisplayEditorGUI extends Composite {
TreeColumn
trclmnComment
=
treeViewerColumn_1
.
getColumn
();
trclmnComment
.
setWidth
(
200
);
trclmnComment
.
setText
(
"Comment"
);
}
@Override
...
...
org.fortiss.af3.partition.ui/trunk/src/org/fortiss/af3/partition/ui/generator/pikeos/PikeOSGeneratorMenu.java
View file @
6f377e80
...
...
@@ -72,7 +72,6 @@ public class PikeOSGeneratorMenu implements IContextMenuContributor {
contributionItems
.
add
(
new
ActionContributionItem
(
new
ExperimentEasyStartAction
(
selection
)));
return
contributionItems
;
}
return
Collections
.
emptyList
();
}
...
...
@@ -123,5 +122,4 @@ public class PikeOSGeneratorMenu implements IContextMenuContributor {
// TODO Auto-generated method stub
return
null
;
}
}
org.fortiss.af3.partition/trunk/src/org/fortiss/af3/partition/util/PartitionArchitectureToPikeOSArchitectureTransformation.java
View file @
6f377e80
...
...
@@ -114,7 +114,6 @@ public class PartitionArchitectureToPikeOSArchitectureTransformation {
createTransceiverAllocation
(
inputComponent
,
rpTransceiverPort
);
dep
.
getPortAllocations
().
add
(
tranceiverAlloc
);
}
}
for
(
LogicalOutPortToPartitionOutPortAllocationEntry
outPortEntry
:
pickInstanceOf
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment