Skip to content

Commit 9e959b7

Browse files
committed
361: toString() printing continueosly useless logs
Task-Url: JavaMoney/jsr354-ri#361
1 parent 98170c8 commit 9e959b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,7 @@
858858
<exclude>**/settings.xml</exclude>
859859
<exclude>src/test/resources/**</exclude>
860860
<exclude>src/main/resources/**</exclude>
861+
<exclude>src/main/asciidoc/**</exclude>
861862
<exclude>src/main/config/**</exclude>
862863
<exclude>src/main/emf/**</exclude>
863864
<exclude>src/site/**</exclude>

src/main/java/javax/money/Monetary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright 2012-2016 Credit Suisse
3-
* Copyright 2018-2021 Werner Keil, Otavio Santana, Trivadis AG
3+
* Copyright 2018-2020 Werner Keil, Otavio Santana, Trivadis AG
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)