src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/annotationprocessor/ProcessorUtils.java [120:126]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        else if (depth == 1 && isPromiseType(typeMirror)) {
            DeclaredType pType = (DeclaredType) typeMirror;
            List<? extends TypeMirror> typeArguments = pType.getTypeArguments();
            if (typeArguments.size() == 0) {
                typeName = "Void";
            }
            else {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/amazonaws/eclipse/simpleworkflow/asynchrony/annotationprocessor/ProcessorUtils.java [156:162]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        else if (depth == 1 && isPromiseType(typeMirror)) {
            DeclaredType pType = (DeclaredType) typeMirror;
            List<? extends TypeMirror> typeArguments = pType.getTypeArguments();
            if (typeArguments.size() == 0) {
                typeName = "Void";
            }
            else {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



