Skip to content

Commit a6cecb3

Browse files
therepanicdsyer
authored andcommitted
require closing comment and blank line in file headers
Signed-off-by: Andrey Litvitski <[email protected]>
1 parent 98396b2 commit a6cecb3

File tree

69 files changed

+63
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+63
-20
lines changed

samples/grpc-server/src/test/java/org/springframework/grpc/sample/GrpcServerSideTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.grpc.sample;
1718

1819
import static org.assertj.core.api.Assertions.assertThat;

spring-grpc-core/src/main/java/org/springframework/grpc/client/AbstractGrpcClientRegistrar.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.grpc.client;
1718

1819
import org.springframework.beans.factory.support.BeanDefinitionRegistry;

spring-grpc-core/src/main/java/org/springframework/grpc/client/AbstractStubFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.grpc.client;
1718

1819
import java.util.function.Supplier;

spring-grpc-core/src/main/java/org/springframework/grpc/client/AnnotationGrpcClientRegistrar.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.grpc.client;
1718

1819
import java.util.HashSet;

spring-grpc-core/src/main/java/org/springframework/grpc/client/BlockingStubFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.grpc.client;
1718

1819
import io.grpc.stub.AbstractBlockingStub;

spring-grpc-core/src/main/java/org/springframework/grpc/client/BlockingV2StubFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.grpc.client;
1718

1819
import io.grpc.stub.AbstractBlockingStub;

spring-grpc-core/src/main/java/org/springframework/grpc/client/ChannelBuilderOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.grpc.client;
1718

1819
import java.time.Duration;

spring-grpc-core/src/main/java/org/springframework/grpc/client/ChannelCredentialsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
* */
15+
*/
1616

1717
package org.springframework.grpc.client;
1818

spring-grpc-core/src/main/java/org/springframework/grpc/client/ClientInterceptorFilter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.grpc.client;
1718

1819
import io.grpc.ClientInterceptor;

spring-grpc-core/src/main/java/org/springframework/grpc/client/ClientInterceptorsConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
* */
15+
*/
1616

1717
package org.springframework.grpc.client;
1818

0 commit comments

Comments
 (0)