Skip to content

Commit 7d55bc5

Browse files
committed
1 parent c1e5c95 commit 7d55bc5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012, 2013, Credit Suisse (Anatole Tresch), Werner Keil.
2+
* Copyright (c) 2012, 2014, 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.
@@ -19,8 +19,10 @@
1919

2020

2121
/**
22-
* Models an arbitrary ccomplex calculation.
23-
*
22+
* Models an arbitrary complex calculation.
23+
* @author Anatole Tresch
24+
* @author Werner Keil
25+
*
2426
* @param <T> the result type.
2527
*/
2628
public interface CompoundCalculation<T> extends Calculation<CompoundValue,T>{

0 commit comments

Comments
 (0)