Skip to content

Commit fdd8980

Browse files
eclipse-pde-botlaeubi
authored andcommitted
Perform clean code of build/org.eclipse.pde.build
1 parent 695e6ac commit fdd8980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/LicenseReplaceTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class LicenseReplaceTask extends Task {
4747
// Path to license text
4848
private String licensePath;
4949

50-
private class Feature {
50+
private static class Feature {
5151
private static final String FEATURE_START_TAG = "<feature";//$NON-NLS-1$
5252
private static final String LICENSE_START_TAG = "<license"; //$NON-NLS-1$;
5353
private static final String LICENSE_END_TAG = "</license>"; //$NON-NLS-1$;

0 commit comments

Comments
 (0)