Skip to content

Commit 84aa8ab

Browse files
Merge pull request #104 from AlessandroGnoatto/main
Fix javadoc
2 parents d480bcd + f0c2daa commit 84aa8ab

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/main/java/net/finmath/finitedifference/products/EuropeanOption.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public EuropeanOption(final String underlyingName, final double maturity, final
7070
* @param maturity The maturity T in the option payoff max(S(T)-K,0)
7171
* @param strike The strike K in the option payoff max(S(T)-K,0).
7272
* @param callOrPutSign The sign in the payoff.
73-
* @param underlyingIndex The index of the underlying to be fetched from the model.
7473
*/
7574
public EuropeanOption(final double maturity, final double strike, final double callOrPutSign) {
7675
super();
@@ -91,7 +90,6 @@ public EuropeanOption(final double maturity, final double strike, final double c
9190
* @param maturity The maturity T in the option payoff max(S(T)-K,0)
9291
* @param strike The strike K in the option payoff max(S(T)-K,0).
9392
* @param callOrPutSign The sign in the payoff.
94-
* @param underlyingIndex The index of the underlying to be fetched from the model.
9593
*/
9694
public EuropeanOption(final double maturity, final double strike, final CallOrPut callOrPutSign) {
9795
super();

src/main/java/net/finmath/fouriermethod/products/EuropeanOption.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public EuropeanOption(final String underlyingName, final double maturity, final
7575
* @param maturity The maturity T in the option payoff max(S(T)-K,0)
7676
* @param strike The strike K in the option payoff max(S(T)-K,0).
7777
* @param callOrPutSign The sign in the payoff.
78-
* @param underlyingIndex The index of the underlying to be fetched from the model.
7978
*/
8079
public EuropeanOption(final double maturity, final double strike, final double callOrPutSign) {
8180
super();
@@ -96,7 +95,6 @@ public EuropeanOption(final double maturity, final double strike, final double c
9695
* @param maturity The maturity T in the option payoff max(S(T)-K,0)
9796
* @param strike The strike K in the option payoff max(S(T)-K,0).
9897
* @param callOrPutSign The sign in the payoff.
99-
* @param underlyingIndex The index of the underlying to be fetched from the model.
10098
*/
10199
public EuropeanOption(final double maturity, final double strike, final CallOrPut callOrPutSign) {
102100
super();

0 commit comments

Comments
 (0)