Skip to content

Commit 51ab54f

Browse files
committed
2 parents a103011 + bae01d4 commit 51ab54f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Having trouble with Pages? Check out [documentation](http://javamoney.org) or co
5151
Everything is licenced under [Apache 2 Licence](LICENSE.txt).
5252

5353
[![Build Status](https://api.travis-ci.org/JavaMoney/javamoney-lib.png?branch=master)](https://travis-ci.org/JavaMoney/javamoney-lib)
54+
[![License](http://img.shields.io/badge/license-Apache2-red.svg)](http://opensource.org/licenses/apache-2.0)
5455
[![Coverage Status](https://coveralls.io/repos/JavaMoney/javamoney-lib/badge.png)](https://coveralls.io/r/JavaMoney/javamoney-lib)
5556

5657
[![Built with Maven](http://maven.apache.org/images/logos/maven-feather.png)](http://maven.org/)

calc/src/main/java/org/javamoney/calc/function/CompoundCalculation.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012, 2014, Credit Suisse (Anatole Tresch), Werner Keil.
2+
* Copyright (c) 2012, 2015, Credit Suisse (Anatole Tresch), Werner Keil.
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.
@@ -23,7 +23,7 @@
2323
*
2424
* @param <T> the result type.
2525
*/
26-
public interface CompoundCalculation<T> {
26+
public interface CompoundCalculation<T>{
2727
/**
2828
* Access the input type descriptor.
2929
*
@@ -46,5 +46,4 @@ public interface CompoundCalculation<T> {
4646
* @throws javax.money.MonetaryException if input validation fails, or an other monetary errors occurring.
4747
*/
4848
public T calculate(CompoundValue input);
49-
5049
}

0 commit comments

Comments
 (0)