You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2018/01/22 08:09:37 UTC

[myfaces-tobago] branch master updated: improve javadoc

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 956009c  improve javadoc
956009c is described below

commit 956009cbbb1d8419f9e61f1299393ad0afb997e5
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Jan 22 09:09:25 2018 +0100

    improve javadoc
---
 .../main/java/org/apache/myfaces/tobago/convert/CurrencyConverter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/convert/CurrencyConverter.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/convert/CurrencyConverter.java
index a4667a0..32fe35c 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/convert/CurrencyConverter.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/convert/CurrencyConverter.java
@@ -28,7 +28,7 @@ import javax.faces.convert.ConverterException;
 import java.util.Currency;
 
 /**
- * JSF converter for the java.util.Currency class.
+ * JSF converter for the {@link java.util.Currency} class.
  */
 @org.apache.myfaces.tobago.apt.annotation.Converter(forClass = "java.util.Currency")
 public class CurrencyConverter implements Converter {

-- 
To stop receiving notification emails like this one, please contact
hnoeth@apache.org.