[gatein-commits] gatein SVN: r5954 - portal/branches/branch-GTNPORTAL-1822/component/web/resources/src/main/java/org/exoplatform/portal/resource.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 2 03:03:01 EST 2011


Author: kien_nguyen
Date: 2011-03-02 03:02:59 -0500 (Wed, 02 Mar 2011)
New Revision: 5954

Modified:
   portal/branches/branch-GTNPORTAL-1822/component/web/resources/src/main/java/org/exoplatform/portal/resource/SkinService.java
Log:
GTNPORTAL-1825 The method getCSS of SkinService does not work properly

Modified: portal/branches/branch-GTNPORTAL-1822/component/web/resources/src/main/java/org/exoplatform/portal/resource/SkinService.java
===================================================================
--- portal/branches/branch-GTNPORTAL-1822/component/web/resources/src/main/java/org/exoplatform/portal/resource/SkinService.java	2011-03-01 15:06:47 UTC (rev 5953)
+++ portal/branches/branch-GTNPORTAL-1822/component/web/resources/src/main/java/org/exoplatform/portal/resource/SkinService.java	2011-03-02 08:02:59 UTC (rev 5954)
@@ -418,7 +418,7 @@
             {
             }
          }, cssPath);
-         return output.toString();
+         return output.getString();
       }
       catch (IOException e)
       {



More information about the gatein-commits mailing list