Consistent javadoc param declarations for type variables
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2013 the original author or authors.
|
||||
* Copyright 2002-2015 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -64,12 +64,12 @@ import org.springframework.web.context.ContextLoader;
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 4.0
|
||||
* @param <T> the type being converted to (for Encoder) or from (for Decoder)
|
||||
* @param <M> the WebSocket message type ({@link String} or {@link ByteBuffer})
|
||||
* @see ConvertingEncoderDecoderSupport.BinaryEncoder
|
||||
* @see ConvertingEncoderDecoderSupport.BinaryDecoder
|
||||
* @see ConvertingEncoderDecoderSupport.TextEncoder
|
||||
* @see ConvertingEncoderDecoderSupport.TextDecoder
|
||||
* @param <T> the type being converted to (for Encoder) or from (for Decoder)
|
||||
* @param <M> the WebSocket message type ({@link String} or {@link ByteBuffer})
|
||||
*/
|
||||
public abstract class ConvertingEncoderDecoderSupport<T, M> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user