mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +00:00
Fix Javadoc warnings.
This commit is contained in:
@@ -45,7 +45,6 @@ public final class ServerContext {
|
|||||||
/**
|
/**
|
||||||
* Gets a service. This method is shorthand for {@code getServiceManager().getService(...)}.
|
* Gets a service. This method is shorthand for {@code getServiceManager().getService(...)}.
|
||||||
*
|
*
|
||||||
* @param <S> The type of service.
|
|
||||||
* @param clazz The service class.
|
* @param clazz The service class.
|
||||||
* @return The service, or {@code null} if it could not be found.
|
* @return The service, or {@code null} if it could not be found.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ public final class ServiceManager {
|
|||||||
/**
|
/**
|
||||||
* Gets a service.
|
* Gets a service.
|
||||||
*
|
*
|
||||||
* @param <S> The type of service.
|
|
||||||
* @param clazz The service class.
|
* @param clazz The service class.
|
||||||
* @return The service.
|
* @return The service.
|
||||||
*/
|
*/
|
||||||
@@ -92,7 +91,6 @@ public final class ServiceManager {
|
|||||||
/**
|
/**
|
||||||
* Registers a service.
|
* Registers a service.
|
||||||
*
|
*
|
||||||
* @param <S> The type of service.
|
|
||||||
* @param clazz The service's class.
|
* @param clazz The service's class.
|
||||||
* @param service The service.
|
* @param service The service.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ public final class MessageHandlerChainGroup {
|
|||||||
/**
|
/**
|
||||||
* Gets a {@link MessageHandlerChain} from this group.
|
* Gets a {@link MessageHandlerChain} from this group.
|
||||||
*
|
*
|
||||||
* @param <M> The type of message.
|
|
||||||
* @param clazz The message class.
|
* @param clazz The message class.
|
||||||
* @return The {@link MessageHandlerChain} if one was found, {@code null} otherwise.
|
* @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.
|
* Gets a {@link SynchronizationBlock} from this set.
|
||||||
*
|
*
|
||||||
* @param <T> The type of block.
|
|
||||||
* @param clazz The block's class.
|
* @param clazz The block's class.
|
||||||
* @return The block.
|
* @return The block.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ public final class EnumerationUtil {
|
|||||||
/**
|
/**
|
||||||
* Returns an {@link Iterator} which wraps around the specified {@link Enumeration}.
|
* 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}.
|
* @param enumeration The {@link Enumeration}.
|
||||||
* @return An {@link Iterator}.
|
* @return An {@link Iterator}.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -66,7 +66,6 @@ public final class PluginContext {
|
|||||||
/**
|
/**
|
||||||
* Adds a {@link MessageHandler} to the end of the chain.
|
* Adds a {@link MessageHandler} to the end of the chain.
|
||||||
*
|
*
|
||||||
* @param <M> The type of message.
|
|
||||||
* @param message The message.
|
* @param message The message.
|
||||||
* @param handler The handler.
|
* @param handler The handler.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user