Skip to content

Commit 2b81907

Browse files
eclipse-pde-botakurtakov
authored andcommitted
Perform clean code of apitools/org.eclipse.pde.api.tools
1 parent 02fa168 commit 2b81907

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/ApiFileGenerationApplication.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
public class ApiFileGenerationApplication implements IApplication {
2525

2626
private static String DEPRECATION_WARNING = "DEPRECATED, PLEASE MOVE TO THE tycho-apitools-plugin TO GENERATE THE API DESCRIPTION FILE"; //$NON-NLS-1$
27+
@Deprecated
2728
@Override
2829
public Object start(IApplicationContext context) throws Exception {
2930
ApiPlugin.logErrorMessage(DEPRECATION_WARNING);
@@ -62,6 +63,7 @@ private String find(String argName, String[] args) {
6263
return null;
6364
}
6465

66+
@Deprecated
6567
@Override
6668
public void stop() {
6769
// Nothing to do

0 commit comments

Comments
 (0)