Skip to content

Commit 5601e90

Browse files
committed
DATACMNS-1008 - Polishing.
Formatting and copyright years in DefaultRepositoryInformation.
1 parent 41da78e commit 5601e90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/springframework/data/repository/core/support/DefaultRepositoryInformation.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2016 the original author or authors.
2+
* Copyright 2011-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -51,8 +51,8 @@
5151
*/
5252
class DefaultRepositoryInformation implements RepositoryInformation {
5353

54-
@SuppressWarnings("rawtypes") private static final TypeVariable<Class<Repository>>[] PARAMETERS = Repository.class
55-
.getTypeParameters();
54+
@SuppressWarnings("rawtypes") //
55+
private static final TypeVariable<Class<Repository>>[] PARAMETERS = Repository.class.getTypeParameters();
5656
private static final String DOMAIN_TYPE_NAME = PARAMETERS[0].getName();
5757
private static final String ID_TYPE_NAME = PARAMETERS[1].getName();
5858

0 commit comments

Comments
 (0)