Skip to content

Commit

Permalink
Perform clean code of build/org.eclipse.pde.build
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-pde-bot authored and laeubi committed Jan 28, 2025
1 parent 695e6ac commit fdd8980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class LicenseReplaceTask extends Task {
// Path to license text
private String licensePath;

private class Feature {
private static class Feature {
private static final String FEATURE_START_TAG = "<feature";//$NON-NLS-1$
private static final String LICENSE_START_TAG = "<license"; //$NON-NLS-1$;
private static final String LICENSE_END_TAG = "</license>"; //$NON-NLS-1$;
Expand Down

0 comments on commit fdd8980

Please sign in to comment.