File tree Expand file tree Collapse file tree 3 files changed +4
-33
lines changed
src/main/java/javax/money Expand file tree Collapse file tree 3 files changed +4
-33
lines changed Original file line number Diff line number Diff line change 805805 <!-- recompile everything for target VM except the module-info.java -->
806806 <configuration >
807807 <excludes >
808- <exclude >javax/ money/module-info.java</exclude >
808+ <exclude >javax. money/module-info.java</exclude >
809809 </excludes >
810810 </configuration >
811811 </execution >
812812 </executions >
813813 <configuration >
814- <source >${maven.compile.sourceLevel} </source >
815- <target >${maven.compile.targetLevel} </target >
814+ <source >9 </source >
815+ <target >9 </target >
816816 <excludes >
817817 <exclude >javax/money/module-info.java</exclude >
818818 </excludes >
Original file line number Diff line number Diff line change 3434 * @author Anatole Tresch
3535 * @author Werner Keil
3636 */
37- final class DefaultMonetaryRoundingsSingletonSpi implements MonetaryRoundingsSingletonSpi {
37+ public final class DefaultMonetaryRoundingsSingletonSpi implements MonetaryRoundingsSingletonSpi {
3838
3939 /**
4040 * An adaptive rounding instance that transparently looks up the correct
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments