Documentation only

This commit is contained in:
jamesagnew 2015-09-14 21:20:16 -04:00
parent c96d5efe1f
commit 45d7d9a922
1 changed files with 15 additions and 15 deletions

View File

@ -94,15 +94,15 @@ public class FhirInstanceValidator extends BaseValidatorBridge implements IValid
/**
* Returns the "best practice" warning level (default is
* {@link BestPracticeWarningLevel#Hint}).
* {@link BestPracticeWarningLevel#Hint}).
* <p>
* The FHIR Instance Validator has
* a number of checks for best practices in terms of FHIR usage. If this setting
* is set to {@link BestPracticeWarningLevel#Error}, any resource data which does not
* meet these best practices will be reported at the ERROR level. If this setting
* is set to {@link BestPracticeWarningLevel#Ignore}, best practice guielines will
* be ignored.
* </p>
* The FHIR Instance Validator has a number of checks for best practices in
* terms of FHIR usage. If this setting is set to
* {@link BestPracticeWarningLevel#Error}, any resource data which does not
* meet these best practices will be reported at the ERROR level. If this
* setting is set to {@link BestPracticeWarningLevel#Ignore}, best practice
* guielines will be ignored.
* </p>
*
* @see {@link #setBestPracticeWarningLevel(BestPracticeWarningLevel)}
*/
@ -124,13 +124,13 @@ public class FhirInstanceValidator extends BaseValidatorBridge implements IValid
* Sets the "best practice warning level". When validating, any deviations
* from best practices will be reported at this level.
* <p>
* The FHIR Instance Validator has
* a number of checks for best practices in terms of FHIR usage. If this setting
* is set to {@link BestPracticeWarningLevel#Error}, any resource data which does not
* meet these best practices will be reported at the ERROR level. If this setting
* is set to {@link BestPracticeWarningLevel#Ignore}, best practice guielines will
* be ignored.
* </p>
* The FHIR Instance Validator has a number of checks for best practices in
* terms of FHIR usage. If this setting is set to
* {@link BestPracticeWarningLevel#Error}, any resource data which does not
* meet these best practices will be reported at the ERROR level. If this
* setting is set to {@link BestPracticeWarningLevel#Ignore}, best practice
* guielines will be ignored.
* </p>
*
* @param theBestPracticeWarningLevel
* The level, must not be <code>null</code>