Skip to content

Commit 73d8b1d

Browse files
eclipse-mylyn-botruspl-afed
authored andcommitted
Perform clean code of mylyn.reviews/org.eclipse.mylyn.gerrit.dashboard.ui
1 parent 04f7808 commit 73d8b1d

31 files changed

+108
-108
lines changed

mylyn.reviews/org.eclipse.mylyn.gerrit.dashboard.ui/src/org/eclipse/mylyn/gerrit/dashboard/internal/menus/DynamicMenuAddition.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*******************************************************************************
22
* Copyright (c) 2013, 2014 Ericsson
3-
*
3+
*
44
* All rights reserved. This program and the accompanying materials are
55
* made available under the terms of the Eclipse Public License v2.0 which
66
* accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v20.html
8-
*
8+
*
99
* Contributors:
1010
* Jacques Bouthillier - Initial Implementation of the dynamic menu selection
1111
******************************************************************************/
@@ -30,7 +30,7 @@
3030

3131
/**
3232
* This class implements the Dynamic menu selection to pre-filled the list of gerrit project locations.
33-
*
33+
*
3434
* @author Jacques Bouthillier
3535
* @version $Revision: 1.0 $
3636
*/

mylyn.reviews/org.eclipse.mylyn.gerrit.dashboard.ui/src/org/eclipse/mylyn/gerrit/dashboard/ui/GerritUi.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*******************************************************************************
22
* Copyright (c) 2013, 2014 Ericsson
3-
*
3+
*
44
* All rights reserved. This program and the accompanying materials are
55
* made available under the terms of the Eclipse Public License v2.0 which
66
* accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v20.html
8-
*
8+
*
99
* Description:
1010
* This class implements the implementation of the Gerrit Dashboard UI.
11-
*
11+
*
1212
* Contributors:
1313
* Jacques Bouthillier - Initial Implementation of the plug-in
1414
******************************************************************************/
@@ -23,7 +23,7 @@
2323
/**
2424
* @author Jacques Bouthillier
2525
* @version $Revision: 1.0 $
26-
*
26+
*
2727
*/
2828

2929
/**
@@ -89,7 +89,7 @@ public void stop(BundleContext aContext) throws Exception {
8989

9090
/**
9191
* Returns the shared instance
92-
*
92+
*
9393
* @return the shared instance
9494
*/
9595
public static GerritUi getDefault() {
@@ -98,7 +98,7 @@ public static GerritUi getDefault() {
9898

9999
/**
100100
* Returns an image descriptor for the image file at the given plug-in relative path
101-
*
101+
*
102102
* @param aPth
103103
* the path
104104
* @return the image descriptor

mylyn.reviews/org.eclipse.mylyn.gerrit.dashboard.ui/src/org/eclipse/mylyn/gerrit/dashboard/ui/internal/commands/Messages.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*******************************************************************************
22
* Copyright (c) 2014 Ericsson AB 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
* Jacques Bouthillier - initial API and implementation

mylyn.reviews/org.eclipse.mylyn.gerrit.dashboard.ui/src/org/eclipse/mylyn/gerrit/dashboard/ui/internal/commands/all/ActiveTaskReviewsHandler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*******************************************************************************
22
* Copyright (c) 2013, 2015 Ericsson
3-
*
3+
*
44
* All rights reserved. This program and the accompanying materials are
55
* made available under the terms of the Eclipse Public License v2.0 which
66
* accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v20.html
8-
*
8+
*
99
* Description:
1010
* This class implements the implementation of the Dashboard-Gerrit UI my drafts comments reviews handler.
11-
*
11+
*
1212
* Contributors:
1313
* Jacques Bouthillier - Initial Implementation of the plug-in handler
1414
******************************************************************************/

mylyn.reviews/org.eclipse.mylyn.gerrit.dashboard.ui/src/org/eclipse/mylyn/gerrit/dashboard/ui/internal/commands/all/AllMergedReviewsHandler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*******************************************************************************
22
* Copyright (c) 2013, 2015 Ericsson
3-
*
3+
*
44
* All rights reserved. This program and the accompanying materials are
55
* made available under the terms of the Eclipse Public License v2.0 which
66
* accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v20.html
8-
*
8+
*
99
* Description:
1010
* This class implements the implementation of the Dashboard-Gerrit UI Merged reviews handler.
11-
*
11+
*
1212
* Contributors:
1313
* Jacques Bouthillier - Initial Implementation of the plug-in handler
1414
******************************************************************************/

mylyn.reviews/org.eclipse.mylyn.gerrit.dashboard.ui/src/org/eclipse/mylyn/gerrit/dashboard/ui/internal/commands/all/AllOpenReviewsHandler.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*******************************************************************************
22
* Copyright (c) 2013, 2015 Ericsson AB and others.
3-
*
3+
*
44
* All rights reserved. This program and the accompanying materials are
55
* made available under the terms of the Eclipse Public License v2.0 which
66
* accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v20.html
8-
*
8+
*
99
* Description:
10-
*
10+
*
1111
* This class implements the "Add ..." a new Gerrit
1212
* project locations.
13-
*
13+
*
1414
* Contributors:
1515
* Jacques Bouthillier - Initial implementation of the handler
16-
*
16+
*
1717
******************************************************************************/
1818
package org.eclipse.mylyn.gerrit.dashboard.ui.internal.commands.all;
1919

@@ -31,7 +31,7 @@ public class AllOpenReviewsHandler extends AbstractHandler {
3131

3232
/**
3333
* Method execute.
34-
*
34+
*
3535
* @param aEvent
3636
* ExecutionEvent
3737
* @return Object

mylyn.reviews/org.eclipse.mylyn.gerrit.dashboard.ui/src/org/eclipse/mylyn/gerrit/dashboard/ui/internal/commands/documentation/AccessControlHandler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*******************************************************************************
22
* Copyright (c) 2013, 2014 Ericsson
3-
*
3+
*
44
* All rights reserved. This program and the accompanying materials are
55
* made available under the terms of the Eclipse Public License v2.0 which
66
* accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v20.html
8-
*
8+
*
99
* Description:
1010
* This class implements the implementation of the Dashboard-Gerrit UI Access controls reviews handler.
11-
*
11+
*
1212
* Contributors:
1313
* Jacques Bouthillier - Initial Implementation of the plug-in handler
1414
******************************************************************************/

mylyn.reviews/org.eclipse.mylyn.gerrit.dashboard.ui/src/org/eclipse/mylyn/gerrit/dashboard/ui/internal/commands/documentation/IndexHandler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*******************************************************************************
22
* Copyright (c) 2013, 2014 Ericsson
3-
*
3+
*
44
* All rights reserved. This program and the accompanying materials are
55
* made available under the terms of the Eclipse Public License v2.0 which
66
* accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v20.html
8-
*
8+
*
99
* Description:
1010
* This class implements the implementation of the Dashboard-Gerrit UI documentation index reviews handler.
11-
*
11+
*
1212
* Contributors:
1313
* Jacques Bouthillier - Initial Implementation of the plug-in handler
1414
******************************************************************************/

mylyn.reviews/org.eclipse.mylyn.gerrit.dashboard.ui/src/org/eclipse/mylyn/gerrit/dashboard/ui/internal/commands/documentation/Messages.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*******************************************************************************
22
* Copyright (c) 2014 Ericsson AB 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
* Jacques Bouthillier - initial API and implementation

mylyn.reviews/org.eclipse.mylyn.gerrit.dashboard.ui/src/org/eclipse/mylyn/gerrit/dashboard/ui/internal/commands/documentation/RestAPIHandler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*******************************************************************************
22
* Copyright (c) 2013, 2015 Ericsson
3-
*
3+
*
44
* All rights reserved. This program and the accompanying materials are
55
* made available under the terms of the Eclipse Public License v2.0 which
66
* accompanies this distribution, and is available at
77
* http://www.eclipse.org/legal/epl-v20.html
8-
*
8+
*
99
* Description:
1010
* This class implements the implementation of the Dashboard-Gerrit UI REST API reviews handler.
11-
*
11+
*
1212
* Contributors:
1313
* Jacques Bouthillier - Initial Implementation of the plug-in handler
1414
******************************************************************************/

0 commit comments

Comments
 (0)