389390 AnnotationConfiguration is ignored if the metadata-complete attribute is present in an override descriptor regardless of the value

This commit is contained in:
Jan Bartel 2012-09-13 11:29:36 +10:00
parent 73f0730de1
commit 7af01587a8
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ public class MetaData
_metaDataComplete=true;
break;
case False:
_metaDataComplete=true;
_metaDataComplete=false;
break;
case NotSet:
break;