File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/springframework/data/repository/core/support Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.
5151 */
5252class 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
You can’t perform that action at this time.
0 commit comments