Skip to content
This repository was archived by the owner on Jun 27, 2021. It is now read-only.

Commit 702d46e

Browse files
committed
Removed unused method.
1 parent 2128704 commit 702d46e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/main/java/javax/money/convert/ExchangeRateProviderSupplier.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111

1212
/**
13-
* The supplier of {@link ExchangeRateProvider} that defines an implementations.
14-
* @author otaviojava
13+
* A supplier of {@link ExchangeRateProvider} name that references an implementation.
1514
*/
1615
public interface ExchangeRateProviderSupplier{
1716

@@ -22,8 +21,4 @@ public interface ExchangeRateProviderSupplier{
2221
*/
2322
String get();
2423

25-
/**
26-
* @return description of the implementation of {@link ExchangeRateProvider}
27-
*/
28-
String getDescription();
2924
}

0 commit comments

Comments
 (0)