diff --git a/src/as/com/threerings/presents/client/ResultWrapper.as b/src/as/com/threerings/presents/client/ResultWrapper.as index f78859b4d..31779b2d8 100644 --- a/src/as/com/threerings/presents/client/ResultWrapper.as +++ b/src/as/com/threerings/presents/client/ResultWrapper.as @@ -21,6 +21,12 @@ package com.threerings.presents.client { +/** + * ResultAdapter... I mean Wrapper! + * + * Flash cannot cope with two classes with the same basename in the same .swc + * and there's already a ResultAdapter in util/. + */ public class ResultWrapper extends InvocationAdapter implements InvocationService_ResultListener {