Reviewers: xtof, jat,

Description:
Small SafeHtml method name refactoring for name consistency.


Please review this at http://gwt-code-reviews.appspot.com/799801/show

Affected files:
  M user/src/com/google/gwt/safehtml/shared/SafeHtmlUtils.java


Index: user/src/com/google/gwt/safehtml/shared/SafeHtmlUtils.java
===================================================================
--- user/src/com/google/gwt/safehtml/shared/SafeHtmlUtils.java (revision 8633) +++ user/src/com/google/gwt/safehtml/shared/SafeHtmlUtils.java (working copy)
@@ -52,7 +52,7 @@
    *
    * </ul>
    */
-  public static SafeHtml fromSafeConstant(String s) {
+  public static SafeHtml fromHtmlConstant(String s) {
     // TODO(pdr): (hosted-mode only) assert that html satisfies the second
     // constraint.
     return new SafeHtmlString(s);


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to