Skip to content

Commit 754bc90

Browse files
eclipse-mylyn-botakurtakov
authored andcommitted
Perform clean code of mylyn.versions/org.eclipse.mylyn.versions.ui
1 parent 089a2fc commit 754bc90

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

mylyn.versions/org.eclipse.mylyn.versions.ui/src/org/eclipse/mylyn/versions/ui/ScmUi.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010, 2013 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation
@@ -138,7 +138,7 @@ public static List<ScmConnectorUi> getAllRegisteredUiConnectors() {
138138

139139
/**
140140
* Returns the UI connector that corresponds to <code>resource</code>.
141-
*
141+
*
142142
* @return the connector instance or null, if no connector could be found for <code>resource</code>
143143
*/
144144
public static ScmConnectorUi getUiConnector(IResource resource) {
@@ -152,7 +152,7 @@ public static ScmConnectorUi getUiConnector(IResource resource) {
152152

153153
/**
154154
* Returns the UI connector that corresponds to <code>coreConnector</code>.
155-
*
155+
*
156156
* @return the connector instance or null if no UI connector is registered for <code>coreConnector</code>
157157
*/
158158
public static ScmConnectorUi getUiConnector(ScmConnector coreConnector) {

mylyn.versions/org.eclipse.mylyn.versions.ui/src/org/eclipse/mylyn/versions/ui/spi/ScmConnectorUi.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Provides an interface intended to be associated with a UI, so the user can select available version control artifacts
21-
*
21+
*
2222
* @author Alvaro Sanchez-Leon
2323
* @author Kilian Matt
2424
*/
@@ -27,7 +27,7 @@ public abstract class ScmConnectorUi {
2727
/**
2828
* Resolves change sets for a given repository and narrow down the selection possibilities to the ones related to the given resource
2929
* provided. This method is suitable to open a UI Wizard, the selection is expected to be driven by the user.
30-
*
30+
*
3131
* @param repository
3232
* associated repository
3333
* @param resource
@@ -40,7 +40,7 @@ public abstract class ScmConnectorUi {
4040
* Display a changesets in a connector specific view.
4141
* <p>
4242
* Throws {@link UnsupportedOperationException} by default.
43-
*
43+
*
4444
* @param changeSet
4545
* the changeset to display
4646
*/

0 commit comments

Comments
 (0)