Skip to content

Commit f961ae3

Browse files
eclipse-mylyn-botakurtakov
authored andcommitted
Perform clean code of mylyn.versions/org.eclipse.mylyn.versions.core
1 parent e9db062 commit f961ae3

File tree

13 files changed

+45
-45
lines changed

13 files changed

+45
-45
lines changed

mylyn.versions/org.eclipse.mylyn.versions.core/src/org/eclipse/mylyn/internal/versions/core/ScmInternal.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2011 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

mylyn.versions/org.eclipse.mylyn.versions.core/src/org/eclipse/mylyn/versions/core/Change.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010, 2011 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

mylyn.versions/org.eclipse.mylyn.versions.core/src/org/eclipse/mylyn/versions/core/ChangeSet.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010, 2012 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
@@ -85,7 +85,7 @@ public String getMessage() {
8585

8686
/**
8787
* This object should not be mutable
88-
*
88+
*
8989
* @param kind
9090
*/
9191
@Deprecated
@@ -95,7 +95,7 @@ public void setKind(String kind) {
9595

9696
/**
9797
* This object should not be mutable
98-
*
98+
*
9999
* @param kind
100100
*/
101101
@Deprecated

mylyn.versions/org.eclipse.mylyn.versions.core/src/org/eclipse/mylyn/versions/core/ChangeType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010 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

mylyn.versions/org.eclipse.mylyn.versions.core/src/org/eclipse/mylyn/versions/core/ProjectSetConverter.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2000, 2012 IBM Corporation 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
* IBM Corporation - initial API and implementation
@@ -46,14 +46,14 @@
4646

4747
/**
4848
* Provides support for importing and exporting team project sets.
49-
*
49+
*
5050
* @author Manuel Doninger
5151
*/
5252
public class ProjectSetConverter {
5353

5454
/**
5555
* Returns a team project set for <code>projects</code>.
56-
*
56+
*
5757
* @param projects
5858
* the projects to include
5959
* @return an XML document
@@ -116,7 +116,7 @@ public static ByteArrayOutputStream exportProjectSet(List<IProject> projects) th
116116

117117
/**
118118
* Returns a list of project names referenced in the team project set <code>input</code> for the provider <code>prooviderType</code>.
119-
*
119+
*
120120
* @throws CoreException
121121
*/
122122
public static List<String> readProjectReferences(InputStream input, RepositoryProviderType providerType)

mylyn.versions/org.eclipse.mylyn.versions.core/src/org/eclipse/mylyn/versions/core/ScmArtifact.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010, 2011 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
@@ -63,7 +63,7 @@ public Map<String, String> getInfoAtrributes() {
6363

6464
/**
6565
* Set the associated Project name
66-
*
66+
*
6767
* @param projName
6868
*/
6969
public void setProjectName(String projName) {
@@ -72,7 +72,7 @@ public void setProjectName(String projName) {
7272

7373
/**
7474
* Set the relative path from the associated project
75-
*
75+
*
7676
* @param projRelPath
7777
*/
7878
public void setProjectRelativePath(String projRelPath) {
@@ -81,7 +81,7 @@ public void setProjectRelativePath(String projRelPath) {
8181

8282
/**
8383
* Get the associated Project name
84-
*
84+
*
8585
* @return
8686
*/
8787
public String getProjectName() {
@@ -90,7 +90,7 @@ public String getProjectName() {
9090

9191
/**
9292
* Get the relative path from the associated project
93-
*
93+
*
9494
* @return
9595
*/
9696
public String getProjectRelativePath() {

mylyn.versions/org.eclipse.mylyn.versions.core/src/org/eclipse/mylyn/versions/core/ScmCore.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010, 2011 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

mylyn.versions/org.eclipse.mylyn.versions.core/src/org/eclipse/mylyn/versions/core/ScmRepository.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010, 2012 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

mylyn.versions/org.eclipse.mylyn.versions.core/src/org/eclipse/mylyn/versions/core/ScmUser.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*******************************************************************************
22
* Copyright (c) 2010, 2011 Tasktop Technologies and others.
33
4-
*
4+
*
55
* This program and the accompanying materials are made available under the
66
* terms of the Eclipse Public License v. 2.0 which is available at
77
* https://www.eclipse.org/legal/epl-2.0
8-
*
8+
*
99
* SPDX-License-Identifier: EPL-2.0
1010
*
1111
* Tasktop Technologies - initial API and implementation
@@ -44,7 +44,7 @@ public String getName() {
4444

4545
/**
4646
* This object should not be mutable
47-
*
47+
*
4848
* @param email
4949
*/
5050
@Deprecated
@@ -54,7 +54,7 @@ public void setEmail(String email) {
5454

5555
/**
5656
* This object should not be mutable
57-
*
57+
*
5858
* @param id
5959
*/
6060
@Deprecated
@@ -64,7 +64,7 @@ public void setId(String id) {
6464

6565
/**
6666
* This object should not be mutable
67-
*
67+
*
6868
* @param name
6969
*/
7070
@Deprecated

mylyn.versions/org.eclipse.mylyn.versions.core/src/org/eclipse/mylyn/versions/core/spi/ScmConnector.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010, 2011 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

0 commit comments

Comments
 (0)