Skip to content

Commit 73b2cd6

Browse files
committed
Apply suggestion to src/main/java/com/fzi/externalcontrol/impl/ExternalControlInstallationNodeView.java
1 parent 14c8b5d commit 73b2cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fzi/externalcontrol/impl/ExternalControlInstallationNodeView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private Box createNameBox(final ExternalControlInstallationNodeContribution cont
114114
box.add(label);
115115
// create name Textfield
116116
textFieldName = new JTextField(15);
117-
textFieldName.setText(contribution.getHostIP());
117+
textFieldName.setText(contribution.getName());
118118
textFieldName.setFocusable(false);
119119
textFieldName.addMouseListener(new MouseAdapter() {
120120
@Override

0 commit comments

Comments
 (0)