Skip to content

Commit 7338bc1

Browse files
committed
Update Bootstrap.java
Updated year
1 parent 382b50b commit 7338bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/javax/money/spi/Bootstrap.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* AGREEMENT CAREFULLY. BY DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF
55
* THE AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE" BUTTON AT THE
66
* BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency API ("Specification") Copyright
7-
* (c) 2012-2013, Credit Suisse All rights reserved.
7+
* (c) 2012-2015, Credit Suisse All rights reserved.
88
*/
99
package javax.money.spi;
1010

@@ -123,4 +123,4 @@ public static <T> T getService(Class<T> serviceType) {
123123
.orElse(null);
124124
}
125125

126-
}
126+
}

0 commit comments

Comments
 (0)