Checkstyle changes
* Upgrade to Checkstyle 9.0 * apply some JavaDocs rules * Fix JavaDocs rules violations * Some other minor clean up in the affected classes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2020 the original author or authors.
|
||||
* Copyright 2020-2021 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.
|
||||
@@ -73,7 +73,7 @@ public class R2dbcMessageHandler extends AbstractReactiveMessageHandler {
|
||||
|
||||
/**
|
||||
* Construct this instance using a fully created and initialized instance of provided
|
||||
* {@link R2dbcEntityOperations}
|
||||
* {@link R2dbcEntityOperations}.
|
||||
* @param r2dbcEntityOperations The R2dbcEntityOperations implementation.
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
|
||||
Reference in New Issue
Block a user