Skip to content

Commit 8d6f03e

Browse files
committed
No need for blank Javadoc lines between Javadoc @ tags
1 parent 6c8c940 commit 8d6f03e

24 files changed

+0
-40
lines changed

auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/LateralGroupCacheJGListener.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ protected LateralGroupCacheJGListener( ILateralCacheAttributes ilca )
4848
/**
4949
* Gets the instance attribute of the LateralGroupCacheJGListener class
5050
* @param ilca
51-
*
5251
* @return The instance value
5352
*/
5453
public static ILateralCacheListener getInstance( ILateralCacheAttributes ilca )

auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/utils/JGSocketOpener.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public static Channel openSocket( ILateralCacheAttributes lca, int timeOut, Stri
6969
* Constructor for the SocketOpener object
7070
* @param lca
7171
* @param groupName
72-
*
7372
* @param host
7473
* @param port
7574
*/

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/JCSAdminBean.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ public long getByteCount(final String cacheName)
320320
*
321321
* @param cacheName
322322
* @param key
323-
*
324323
* @throws IOException
325324
*/
326325
@Override

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/JCSJMXBean.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public interface JCSJMXBean
8484
*
8585
* @param cacheName
8686
* @param key
87-
*
8887
* @throws IOException
8988
*/
9089
void removeItem(String cacheName, String key) throws IOException;

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskElementDescriptor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public BlockDiskElementDescriptor()
5555
*
5656
* @param key the key
5757
* @param blocks the data
58-
*
5958
* @since 3.1
6059
*/
6160
public BlockDiskElementDescriptor(final K key, final int[] blocks)

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/dsfactory/SharedPoolDataSourceFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ private static ConnectionPoolDataSource initCPDS(final JDBCDiskCacheAttributes c
7676
*
7777
* @param dataSource the dataSource to initialize, not null.
7878
* @param config where to read the settings from, not null.
79-
*
8079
* @throws SQLException if a property set fails.
8180
*/
8281
private static void initJdbc2Pool(final InstanceKeyDataSource dataSource, final JDBCDiskCacheAttributes config)

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPCacheFactory.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public class LateralTCPCacheFactory
6767
* @param attr ITCPLateralCacheAttributes
6868
* @param cacheMgr the composite cache manager
6969
* @param serializer the serializer to use when receiving
70-
*
7170
* @return the listener if created, else null
7271
*/
7372
private static <K, V> ILateralCacheListener<K, V> createListener( final ITCPLateralCacheAttributes attr,
@@ -321,7 +320,6 @@ public void dispose()
321320
* @param <V> cache value type
322321
* @param lca configuration for the creation of a new service instance
323322
* @param elementSerializer the serializer to use when sending or receiving
324-
*
325323
* @return ICacheServiceNonLocal&lt;K, V&gt;
326324
* @since 3.1
327325
*/
@@ -380,7 +378,6 @@ public <K, V> ICacheServiceNonLocal<K, V> getCSNLInstance(final ITCPLateralCache
380378
* @param cacheManager a reference to the global cache manager
381379
* @param cacheEventLogger Reference to the cache event logger for auxiliary cache creation
382380
* @param elementSerializer Reference to the cache element serializer for auxiliary cache
383-
*
384381
* @return The instance value
385382
*/
386383
private LateralTCPDiscoveryListener getDiscoveryListener(final ITCPLateralCacheAttributes ilca,

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheFactory.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ public void dispose()
178178
* Host and Port uniquely identify a manager instance.
179179
* <p>
180180
* @param cattr
181-
*
182181
* @return The instance value or null if no such manager exists
183182
*/
184183
public RemoteCacheManager getManager( final IRemoteCacheAttributes cattr )
@@ -204,7 +203,6 @@ public RemoteCacheManager getManager( final IRemoteCacheAttributes cattr )
204203
* @param cacheMgr the cache manager
205204
* @param cacheEventLogger the event logger
206205
* @param elementSerializer the serializer to use for sending and receiving
207-
*
208206
* @return The instance value, never null
209207
*/
210208
public RemoteCacheManager getManager( final IRemoteCacheAttributes cattr,

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/AbstractHttpClient.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ protected void configureClient(final HttpClientBuilder builder)
107107
* Execute the web service call
108108
* <p>
109109
* @param builder builder for the post request
110-
*
111110
* @return the call response
112111
*
113112
* @throws IOException on i/o error
@@ -136,7 +135,6 @@ protected RemoteHttpCacheAttributes getRemoteHttpCacheAttributes()
136135
* <p>
137136
* @param request http request
138137
* @param httpState result of execution
139-
*
140138
* @throws IOException
141139
*/
142140
protected abstract void postProcessWebserviceCall( HttpUriRequest request, HttpResponse httpState )
@@ -146,7 +144,6 @@ protected abstract void postProcessWebserviceCall( HttpUriRequest request, HttpR
146144
* Called before the execute call on the client.
147145
* <p>
148146
* @param requestBuilder http method request builder
149-
*
150147
* @throws IOException
151148
*/
152149
protected abstract void preProcessWebserviceCall( RequestBuilder requestBuilder )

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheDispatcher.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ RemoteCacheResponse<T> dispatchRequest( final RemoteCacheRequest<K, V> remoteCac
111111
* <p>
112112
* @param request http request
113113
* @param httpState result of execution
114-
*
115114
* @throws IOException
116115
*/
117116
@Override
@@ -125,7 +124,6 @@ protected void postProcessWebserviceCall( final HttpUriRequest request, final Ht
125124
* Called before the execute call on the client.
126125
* <p>
127126
* @param requestBuilder http method request builder
128-
*
129127
* @throws IOException
130128
*/
131129
@Override
@@ -141,7 +139,6 @@ protected void preProcessWebserviceCall( final RequestBuilder requestBuilder )
141139
* @param requestAsByteArray request body
142140
* @param remoteCacheRequest the cache request
143141
* @param url target url
144-
*
145142
* @return byte[] - the response
146143
*
147144
* @throws IOException

0 commit comments

Comments
 (0)