389390 AnnotationConfiguration is ignored if the metadata-complete attribute is present in an override descriptor regardless of the value
This commit is contained in:
parent
73f0730de1
commit
7af01587a8
|
@ -201,7 +201,7 @@ public class MetaData
|
|||
_metaDataComplete=true;
|
||||
break;
|
||||
case False:
|
||||
_metaDataComplete=true;
|
||||
_metaDataComplete=false;
|
||||
break;
|
||||
case NotSet:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue