]> source.dussan.org Git - aspectj.git/commitdiff
fix for ternary operator
authoraclement <aclement>
Thu, 21 Feb 2008 17:56:53 +0000 (17:56 +0000)
committeraclement <aclement>
Thu, 21 Feb 2008 17:56:53 +0000 (17:56 +0000)
weaver/src/org/aspectj/weaver/WeaverStateInfo.java

index 9b10517a8ac68bd00e479a4be2a3212c776720d0..f202f76cb8bca1c7e4dcdc66c6683091e53ee0db 100644 (file)
@@ -139,7 +139,7 @@ public class WeaverStateInfo {
                            readAnyReweavableData(wsi,s);
                                return wsi;
                } 
-               throw new RuntimeException("bad WeaverState.Kind: " + b+".  File was :"+(context==null?"unknown":context.makeSourceLocation(0,0)));
+               throw new RuntimeException("bad WeaverState.Kind: " + b+".  File was :"+(context==null?"unknown":context.makeSourceLocation(0,0).toString()));
        }