Mail Archive Home | fractal-commits List | July 2008 Index
| <-- Date Index --> | <-- Thread Index --> |
Fix bug in CommentDecoration class.
--- trunk/fractaladl/toolchain/ast-core/src/main/java/org/objectweb/fractal/adl/comments/CommentDecoration.java 2008-07-27 08:09:22 UTC (rev 8329)
+++ trunk/fractaladl/toolchain/ast-core/src/main/java/org/objectweb/fractal/adl/comments/CommentDecoration.java 2008-07-29 08:28:43 UTC (rev 8330)
@@ -81,7 +81,7 @@
public Object mergeDecoration(final Object overridingDecoration)
throws MergeException {
if (!(overridingDecoration instanceof CommentDecoration)) {
- return overridingDecoration;
+ return this;
}
final CommentDecoration overridingComment = (CommentDecoration) overridingDecoration;
if (overridingComment.overriddenComment == null)
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.