Skip to content

Commit 1a09efd

Browse files
eclipse-equinox-botakurtakov
authored andcommitted
Perform clean code of bundles/org.eclipse.equinox.p2.ui.sdk
1 parent 5bda56a commit 1a09efd

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/IProvSDKHelpContextIds.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors:
1212
* IBM Corporation - initial API and implementation
1313
*******************************************************************************/

bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/InstallNewSoftwareHandler.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors:
1212
* IBM Corporation - initial API and implementation
1313
*******************************************************************************/
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* InstallNewSoftwareHandler invokes the install wizard
21-
*
21+
*
2222
* @since 3.5
2323
*/
2424
public class InstallNewSoftwareHandler extends PreloadingRepositoryHandler {
@@ -38,8 +38,8 @@ protected void doExecute(LoadMetadataRepositoryJob job) {
3838
@Override
3939
protected boolean waitForPreload() {
4040
// If the user cannot see repositories, then we may as well wait
41-
// for existing repos to load so that content is available.
42-
// If the user can manipulate the repositories, then we don't wait,
41+
// for existing repos to load so that content is available.
42+
// If the user can manipulate the repositories, then we don't wait,
4343
// because we don't know which ones they want to work with.
4444
return !getProvisioningUI().getPolicy().getRepositoriesVisible();
4545
}

bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/RevertProfilePageWithCompare.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors:
1212
* IBM Corporation - initial API and implementation
1313
*******************************************************************************/
@@ -36,9 +36,9 @@
3636

3737
/**
3838
* Same as {@link RevertProfilePage} but adds a compare button to compare profiles.
39-
*
39+
*
4040
* @see RevertProfilePage
41-
*
41+
*
4242
* @noextend This class is not intended to be subclassed by clients.
4343
* @noinstantiate This class is not intended to be instantiated by clients.
4444
* @since 2.0

bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/SDKPolicy.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*******************************************************************************
22
* Copyright (c) 2009, 2017 IBM Corporation and others.
33
*
4-
* This program and the accompanying materials
4+
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
66
* which accompanies this distribution, and is available at
77
* https://www.eclipse.org/legal/epl-2.0/
88
*
99
* SPDX-License-Identifier: EPL-2.0
10-
*
10+
*
1111
* Contributors:
1212
* IBM Corporation - initial API and implementation
1313
*******************************************************************************/
@@ -30,7 +30,7 @@
3030
* SDKPolicy defines the Eclipse SDK UI policies for the
3131
* p2 UI. The policy is declared as an OSGi service in
3232
* the policy_component.xml file.
33-
*
33+
*
3434
* @since 3.6
3535
*/
3636
public class SDKPolicy extends Policy {

bundles/org.eclipse.equinox.p2.ui.sdk/src/org/eclipse/equinox/internal/p2/ui/sdk/UpdateHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* UpdateHandler invokes the check for updates UI
27-
*
27+
*
2828
* @since 3.4
2929
*/
3030
public class UpdateHandler extends PreloadingRepositoryHandler {

0 commit comments

Comments
 (0)