David made the following change;

    protected PropertyModel getPropertyModel( Method method )
    {
        PropertyModel propertyModel;
@@ -226,7 +226,8 @@
                        constraintModels.add( new ConstraintModel(
constraintImplementation, annotation.annotationType() ) );
                    }
                }
-                ConstraintDeclarationModel constraintDeclarationModel
= new ConstraintDeclarationModel( annotation.annotationType(),
constraintModels );
+                // This line is never used...
+//                ConstraintDeclarationModel
constraintDeclarationModel = new ConstraintDeclarationModel(
annotation.annotationType(), constraintModels );

                if( constraintAnnotations == null )
                {


But, to me this seems to indicate that code is missing, and not that
the CDM instance should never be created.


Cheers
Niclas

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to