Skip to content

Commit e9db062

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

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

mylyn.versions/org.eclipse.mylyn.git.ui/src/org/eclipse/mylyn/internal/git/ui/GetChangeSetDialog.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*******************************************************************************
22
* Copyright (c) 2011, 2012 Ericsson Research Canada and others
3-
*
4-
*
3+
*
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
* Ericsson - Initial API and implementation
@@ -55,7 +55,7 @@
5555

5656
/**
5757
* This class implements the dialog used to fill-in the Find review items details This is a modeless-like dialog.
58-
*
58+
*
5959
* @author Sebastien Dubois
6060
*/
6161
@SuppressWarnings("nls")
@@ -193,7 +193,7 @@ public class GetChangeSetDialog extends FormDialog {
193193

194194
/**
195195
* Constructor for R4EReviewGroupInputDialog.
196-
*
196+
*
197197
* @param aParentShell
198198
* Shell
199199
* @param aInputProject
@@ -218,7 +218,7 @@ protected void configureShell(Shell aShell) {
218218

219219
/**
220220
* Configures the dialog form and creates form content. Clients should override this method.
221-
*
221+
*
222222
* @param mform
223223
* - the dialog form
224224
*/
@@ -331,7 +331,7 @@ protected void populateNextChangeSets() {
331331

332332
/**
333333
* Creates the Currently Selected Review Items Details Expandable Composite
334-
*
334+
*
335335
* @param aToolkit
336336
* FormToolkit
337337
* @param aParent
@@ -419,7 +419,7 @@ public void expansionStateChanged(ExpansionEvent e) {
419419

420420
/**
421421
* Creates the Review Items Components Expandable Composite
422-
*
422+
*
423423
* @param aToolkit
424424
* FormToolkit
425425
* @param aParent
@@ -462,7 +462,7 @@ public void expansionStateChanged(ExpansionEvent e) {
462462

463463
/**
464464
* Fetches and updates the local ChangeSet information
465-
*
465+
*
466466
* @param aSelectedChangeSet
467467
* ChangeSet
468468
*/
@@ -553,7 +553,7 @@ public ChangeSet getChangeSet() {
553553

554554
/**
555555
* Add a little Text Decoration if the File was Added or Removed
556-
*
556+
*
557557
* @param aChange
558558
* Change
559559
* @return String

mylyn.versions/org.eclipse.mylyn.git.ui/src/org/eclipse/mylyn/internal/git/ui/connector/GitConnectorUi.java

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

4040
/**
4141
* Entry class to resolve the generic versions components from a User interface.
42-
*
42+
*
4343
* @author Alvaro Sanchez-Leon
4444
*/
4545
@SuppressWarnings("nls")

0 commit comments

Comments
 (0)