Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[docs] Remove references to deprecated classes from Java doclet.
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Nov 9, 2017
1 parent 77106a4 commit ca7eb7f
Showing 1 changed file with 0 additions and 11 deletions.
Expand Up @@ -67,7 +67,6 @@
import com.sun.tools.javadoc.DocImpl;
import com.sun.tools.javadoc.ExecutableMemberDocImpl;
import com.sun.tools.javadoc.FieldDocImpl;
import com.sun.tools.javadoc.JavaScriptScanner;
import com.sun.tools.javadoc.MethodDocImpl;
import com.sun.tools.javadoc.PackageDocImpl;
import com.sun.tools.javadoc.ProgramElementDocImpl;
Expand All @@ -88,7 +87,6 @@
* @mavenartifactid $ArtifactId$
* @since 0.7
*/
@SuppressWarnings("deprecation")
public class ProgrammaticWrappingProxyInstaller implements ProxyInstaller {

private final SarlConfiguration configuration;
Expand Down Expand Up @@ -627,15 +625,6 @@ public void initDocLint(Collection<String> opts, Collection<String> customTagNam
this.delegate.initDocLint(opts, customTagNames);
}

/** {@inheritDoc}
* @deprecated no info
*/
@Override
@Deprecated
public JavaScriptScanner initJavaScriptScanner(boolean arg0) {
return this.delegate.initJavaScriptScanner(arg0);
}

@Override
public boolean isFunctionalInterface(AnnotationDesc annotationDesc) {
return this.delegate.isFunctionalInterface(annotationDesc);
Expand Down

0 comments on commit ca7eb7f

Please sign in to comment.