Skip to content

Commit fb0cd7e

Browse files
author
pricem
committed
fix javadoc warnings
1 parent 2d87ca5 commit fb0cd7e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/com/lmax/tool/disruptor/RingBufferProxyGeneratorFactory.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ public RingBufferProxyGenerator newProxy(final GeneratorType generatorType, fina
7272
* @deprecated prefer newProxy().
7373
*
7474
* This method is left to preserve the existing behaviour now configurable in ValidationConfig.
75+
*
76+
* @param generatorType the type of generator
77+
* @return the RingBufferProxyGenerator
7578
*/
7679
@Deprecated
7780
public RingBufferProxyGenerator create(final GeneratorType generatorType)

0 commit comments

Comments
 (0)