Skip to content
Snippets Groups Projects
Commit 6409f653 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

[Misc] Remove useless implements

parent 5a0fa6fd
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
* @since 8.3RC1 * @since 8.3RC1
*/ */
public class SafeRemoteExtension<T extends RemoteExtension> extends WrappingRemoteExtension<T> public class SafeRemoteExtension<T extends RemoteExtension> extends WrappingRemoteExtension<T>
implements RemoteExtension
{ {
/** /**
* The provider of instances safe for public scripts. * The provider of instances safe for public scripts.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment