remove not needed SuppressWarnings
This commit is contained in:
@@ -9,7 +9,6 @@ import com.sun.javadoc.ClassDoc;
|
||||
* @version $Revision: 1.1 $
|
||||
* @author Gregg Wonderly - C2 Technologies Inc.
|
||||
*/
|
||||
@SuppressWarnings("restriction")
|
||||
public interface ClassFilter {
|
||||
|
||||
/**
|
||||
|
||||
@@ -16,7 +16,6 @@ import com.sun.javadoc.RootDoc;
|
||||
* @version $Revision: 1.1 $
|
||||
* @author Soeren Caspersen - XO Software
|
||||
*/
|
||||
@SuppressWarnings("restriction")
|
||||
public class ClassHierachy extends java.lang.Object {
|
||||
|
||||
public SortedMap root = new TreeMap();
|
||||
|
||||
@@ -16,7 +16,6 @@ import com.sun.javadoc.RootDoc;
|
||||
* @version $Revision: 1.1 $
|
||||
* @author Soeren Caspersen - XO Software
|
||||
*/
|
||||
@SuppressWarnings("restriction")
|
||||
public class InterfaceHierachy extends java.lang.Object {
|
||||
|
||||
public SortedMap root = new TreeMap();
|
||||
|
||||
@@ -19,7 +19,6 @@ import com.sun.javadoc.PackageDoc;
|
||||
* @version $Revision: 1.1 $
|
||||
* @author Gregg Wonderly - C2 Technologies Inc.
|
||||
*/
|
||||
@SuppressWarnings("restriction")
|
||||
public class Package {
|
||||
|
||||
protected PackageDoc pkgDoc;
|
||||
|
||||
@@ -180,7 +180,6 @@ import com.sun.javadoc.Type;
|
||||
* @author Soeren Caspersen - XO Software.
|
||||
* @author Stefan Marx
|
||||
*/
|
||||
@SuppressWarnings("restriction")
|
||||
public class TeXDoclet extends Doclet {
|
||||
|
||||
private static final String PDFLATEX_CMD = "lualatex --interaction=nonstopmode --output-format=pdf ";
|
||||
|
||||
@@ -8,7 +8,6 @@ import com.sun.javadoc.ClassDoc;
|
||||
*
|
||||
* @version $Revision: 1.2 $
|
||||
*/
|
||||
@SuppressWarnings("restriction")
|
||||
public class TestFilter implements ClassFilter {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user