Fix Javadoc warnings.

This commit is contained in:
Major-
2015-03-10 16:18:19 +00:00
parent b4b6e0df65
commit 7c51df4206
6 changed files with 0 additions and 7 deletions
-1
View File
@@ -45,7 +45,6 @@ public final class ServerContext {
/**
* Gets a service. This method is shorthand for {@code getServiceManager().getService(...)}.
*
* @param <S> The type of service.
* @param clazz The service class.
* @return The service, or {@code null} if it could not be found.
*/
-2
View File
@@ -42,7 +42,6 @@ public final class ServiceManager {
/**
* Gets a service.
*
* @param <S> The type of service.
* @param clazz The service class.
* @return The service.
*/
@@ -92,7 +91,6 @@ public final class ServiceManager {
/**
* Registers a service.
*
* @param <S> The type of service.
* @param clazz The service's class.
* @param service The service.
*/
@@ -28,7 +28,6 @@ public final class MessageHandlerChainGroup {
/**
* Gets a {@link MessageHandlerChain} from this group.
*
* @param <M> The type of message.
* @param clazz The message class.
* @return The {@link MessageHandlerChain} if one was found, {@code null} otherwise.
*/
@@ -52,7 +52,6 @@ public final class SynchronizationBlockSet implements Cloneable {
/**
* Gets a {@link SynchronizationBlock} from this set.
*
* @param <T> The type of block.
* @param clazz The block's class.
* @return The block.
*/
-1
View File
@@ -14,7 +14,6 @@ public final class EnumerationUtil {
/**
* Returns an {@link Iterator} which wraps around the specified {@link Enumeration}.
*
* @param <E> The type of object that is iterated over.
* @param enumeration The {@link Enumeration}.
* @return An {@link Iterator}.
*/
@@ -66,7 +66,6 @@ public final class PluginContext {
/**
* Adds a {@link MessageHandler} to the end of the chain.
*
* @param <M> The type of message.
* @param message The message.
* @param handler The handler.
*/