Skip to content

Commit ae96301

Browse files
committed
DATACMNS-812 - Polishing.
Formatting and extension of copyright years. Original pull request: #154.
1 parent bc421f5 commit ae96301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/data/domain/PageImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2008-2014 the original author or authors.
2+
* Copyright 2008-2016 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.
@@ -118,7 +118,7 @@ public String toString() {
118118
contentType = content.get(0).getClass().getName();
119119
}
120120

121-
return String.format("Page %s of %d containing %s instances", getNumber()+1, getTotalPages(), contentType);
121+
return String.format("Page %s of %d containing %s instances", getNumber() + 1, getTotalPages(), contentType);
122122
}
123123

124124
/*

0 commit comments

Comments
 (0)