Skip to content

Commit e1aa89e

Browse files
eclipse-pde-botlaeubi
authored andcommitted
Perform clean code of ui/org.eclipse.tools.layout.spy
1 parent df97842 commit e1aa89e

File tree

1 file changed

+1
-1
lines changed
  • ui/org.eclipse.tools.layout.spy/src/org/eclipse/tools/layout/spy/internal/dialogs

1 file changed

+1
-1
lines changed

ui/org.eclipse.tools.layout.spy/src/org/eclipse/tools/layout/spy/internal/dialogs/LayoutSpyDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ private String computeChildInfo() {
647647
Point noOpSize = child.computeSize(widthHint, heightHint, false);
648648
if (noOpSize.x != bounds.width || noOpSize.y != bounds.height) {
649649
builder.append(getWarningMessage(NLS.bind(Messages.LayoutSpyDialog_warning_unexpected_compute_size,
650-
new Object[] { printHint(widthHint), printHint(heightHint), printPoint(noOpSize) })));
650+
printHint(widthHint), printHint(heightHint), printPoint(noOpSize))));
651651
}
652652

653653
if (bounds.height < hWrappedSize.y) {

0 commit comments

Comments
 (0)