You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/10/24 20:59:12 UTC

svn commit: r1401823 - /incubator/flex/sdk/branches/develop/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/BlendMode.java

Author: cframpton
Date: Wed Oct 24 18:59:12 2012
New Revision: 1401823

URL: http://svn.apache.org/viewvc?rev=1401823&view=rev
Log:
Save file with UTF-8 encoding so it will compile with Java 7.

Modified:
    incubator/flex/sdk/branches/develop/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/BlendMode.java

Modified: incubator/flex/sdk/branches/develop/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/BlendMode.java
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/BlendMode.java?rev=1401823&r1=1401822&r2=1401823&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/BlendMode.java (original)
+++ incubator/flex/sdk/branches/develop/modules/fxgutils/src/java/com/adobe/internal/fxg/dom/types/BlendMode.java Wed Oct 24 18:59:12 2012
@@ -57,7 +57,7 @@ package com.adobe.internal.fxg.dom.types
  *    luminosity
  * </pre>
  * 
- * The following was introduced in FXG 2.0 which acts like blendMode=”layer” except when alpha is 0 or 1, in which case it acts like blendMode=”normal”
+ * The following was introduced in FXG 2.0 which acts like blendMode=îlayerî except when alpha is 0 or 1, in which case it acts like blendMode=înormalî
  * <pre>
  * 		auto
  * </pre>