Repository: flex-falcon
Updated Branches:
  refs/heads/feature/flexmojos-tests 642f5ec3c -> 7ee797340


Adjusted an error message.


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/7ee79734
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/7ee79734
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/7ee79734

Branch: refs/heads/feature/flexmojos-tests
Commit: 7ee797340fbfff711c4295ea96bac13a0d42adac
Parents: 642f5ec
Author: cdutz <[email protected]>
Authored: Sat Oct 25 18:09:42 2014 +0200
Committer: cdutz <[email protected]>
Committed: Sat Oct 25 18:09:42 2014 +0200

----------------------------------------------------------------------
 .../apache/flex/compiler/problems/ScopeStackUnderflowProblem.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/7ee79734/compiler/src/org/apache/flex/compiler/problems/ScopeStackUnderflowProblem.java
----------------------------------------------------------------------
diff --git 
a/compiler/src/org/apache/flex/compiler/problems/ScopeStackUnderflowProblem.java
 
b/compiler/src/org/apache/flex/compiler/problems/ScopeStackUnderflowProblem.java
index c99a475..e2c89dc 100644
--- 
a/compiler/src/org/apache/flex/compiler/problems/ScopeStackUnderflowProblem.java
+++ 
b/compiler/src/org/apache/flex/compiler/problems/ScopeStackUnderflowProblem.java
@@ -33,7 +33,7 @@ import org.apache.flex.abc.visitors.IDiagnosticsVisitor;
 public class ScopeStackUnderflowProblem extends InvalidByteCodeGeneratedProblem
 {
     public static final String DESCRIPTION =
-        "Generated byte code contains an operand stack underflow.";
+        "Generated byte code contains an scope stack underflow.";
 
     public static final int errorCode = 1547;
     

Reply via email to