Skip to content

Commit 463c334

Browse files
committed
Issue #62: Remove Next button from new connection wizard
1 parent 0919587 commit 463c334

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

dev/com.ibm.microclimate.ui/src/com/ibm/microclimate/ui/internal/wizards/NewMicroclimateConnectionPage.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2018 IBM Corporation and others.
2+
* Copyright (c) 2018, 2019 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v2.0
55
* which accompanies this distribution, and is available at
@@ -211,11 +211,6 @@ MicroclimateConnection getMCConnection() {
211211
return mcConnection;
212212
}
213213

214-
@Override
215-
public boolean canFlipToNextPage() {
216-
return mcConnection != null;
217-
}
218-
219214
void performFinish() {
220215
if (mcConnection != null) {
221216
MicroclimateConnectionManager.add(mcConnection);

0 commit comments

Comments
 (0)