File tree 1 file changed +3
-3
lines changed
src/main/java/org/springframework/data/repository/core/support
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2011-2016 the original author or authors.
2
+ * Copyright 2011-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
51
51
*/
52
52
class DefaultRepositoryInformation implements RepositoryInformation {
53
53
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 ();
56
56
private static final String DOMAIN_TYPE_NAME = PARAMETERS [0 ].getName ();
57
57
private static final String ID_TYPE_NAME = PARAMETERS [1 ].getName ();
58
58
You can’t perform that action at this time.
0 commit comments