Skip to content

Commit 2101f9b

Browse files
committed
Whitespace clean-up in pde ds
Using the JDT clean-up for unnecessary whitespace
1 parent 43f5af9 commit 2101f9b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ds/org.eclipse.pde.ds.annotations/src/org/eclipse/pde/ds/internal/annotations/AnnotationVisitor.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ private void processComponent(IDSModel model, TypeDeclaration type, ITypeBinding
998998
String modified = null;
999999
IMethodBinding modifiedMethod = null;
10001000
Annotation modifiedAnnotation = null;
1001-
1001+
10021002

10031003

10041004
for (MethodDeclaration method : type.getMethods()) {
@@ -2215,7 +2215,7 @@ private IMethodBinding findLifeCycleMethod(ITypeBinding componentClass, String m
22152215

22162216
/**
22172217
* An injectable constructor is one annotated with <code>@Activate</code>
2218-
*
2218+
*
22192219
* @param type
22202220
* @param problemReporter2
22212221
* @return
@@ -2266,7 +2266,7 @@ private static boolean isComponentPropertyType(IAnnotationBinding binding) {
22662266
* Check if the given {@link ITypeBinding} is an <a href=
22672267
* "https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.component.html#service.component-activation.objects">Activation
22682268
* Object</a>
2269-
*
2269+
*
22702270
* @param param the binding to check
22712271
* @return <code>true</code> if this is an Activation Object, <code>false</code>
22722272
* otherwise
@@ -2283,7 +2283,7 @@ private static boolean isActivationObject(ITypeBinding param) {
22832283
* Check if the given {@link ITypeBinding} is a <a href=
22842284
* "https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.component.html#service.component-component.property.types">Component
22852285
* Property Type</a>
2286-
*
2286+
*
22872287
* @param param the binding to check
22882288
* @return <code>true</code> if this is a Component Property Type
22892289
* <code>false</code> otherwise

ds/org.eclipse.pde.ds.annotations/src/org/eclipse/pde/ds/internal/annotations/DSAnnotationVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public enum DSAnnotationVersion {
2525
V1_2("1.2", "http://www.osgi.org/xmlns/scr/v1.2.0"), //$NON-NLS-1$
2626

2727
V1_3("1.3", "http://www.osgi.org/xmlns/scr/v1.3.0"), //$NON-NLS-1$
28-
28+
2929
V1_4("1.4", "http://www.osgi.org/xmlns/scr/v1.4.0"), //$NON-NLS-1$
3030

3131
V1_5("1.5", "http://www.osgi.org/xmlns/scr/v1.5.0"); //$NON-NLS-1$
@@ -54,7 +54,7 @@ public DSAnnotationVersion max(DSAnnotationVersion other) {
5454

5555
/**
5656
* Compares this version with another one
57-
*
57+
*
5858
* @param other
5959
* @return true if this version is higher or equal to this version
6060
*/

0 commit comments

Comments
 (0)