Mathijs den Burger pushed to branch feature/create-content at cms-community / 
hippo-repository


Commits:
b07903e3 by Mathijs den Burger at 2017-10-23T09:43:46+02:00
REPO-1868 Improve javadoc of StringCodecService

- - - - -


1 changed file:

- api/src/main/java/org/hippoecm/repository/api/StringCodecService.java


Changes:

=====================================
api/src/main/java/org/hippoecm/repository/api/StringCodecService.java
=====================================
--- a/api/src/main/java/org/hippoecm/repository/api/StringCodecService.java
+++ b/api/src/main/java/org/hippoecm/repository/api/StringCodecService.java
@@ -42,6 +42,7 @@ public interface StringCodecService {
 
     /**
      * Returns the default string codec for a certain encoding.
+     * Equivalent to calling {@link #getStringCodec(Encoding, String)} with a 
null locale.
      *
      * @param encoding the type of encoding
      *
@@ -53,7 +54,7 @@ public interface StringCodecService {
      * Returns the string codec for a certain encoding that is best suited for 
the given locale.
      *
      * @param encoding the type of encoding
-     * @param locale the locale the string codec will be used for
+     * @param locale the locale the string codec will be used for. Can be null.
      *
      * @return the best matching string codec, or the default string codec if 
no specific one could be found.
      */



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-repository/commit/b07903e332dae38c1283a09b17e4cad122cd2f37

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-repository/commit/b07903e332dae38c1283a09b17e4cad122cd2f37
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to