Skip to content

Commit

Permalink
DATACMNS-1008 - Polishing.
Browse files Browse the repository at this point in the history
Formatting and copyright years in DefaultRepositoryInformation.
  • Loading branch information
odrotbohm committed Mar 14, 2017
1 parent 41da78e commit 5601e90
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2016 the original author or authors.
* Copyright 2011-2017 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.
Expand Down Expand Up @@ -51,8 +51,8 @@
*/
class DefaultRepositoryInformation implements RepositoryInformation {

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

Expand Down

0 comments on commit 5601e90

Please sign in to comment.