diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/validation/FhirValidator.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/validation/FhirValidator.java
index 44289cd3e16..b497df580e3 100644
--- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/validation/FhirValidator.java
+++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/validation/FhirValidator.java
@@ -146,7 +146,6 @@ public class FhirValidator {
/**
* Should the validator validate the resource against the base schematron (the schematron provided with the FHIR distribution itself)
*
- * @return
* @return Returns a referens to this
for method chaining
*/
public synchronized FhirValidator setValidateAgainstStandardSchematron(boolean theValidateAgainstStandardSchematron) {
diff --git a/pom.xml b/pom.xml
index 2d992a64dda..ac4fe98f272 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
-
- HAPI FHIR 1.1 begins the availability of a harmonized library. Note that - this version has not yet been formally released, but is currently available in - "snapshot" development builds. + HAPI FHIR 1.1 begins the availability of a harmonized library.
For HAPI FHIR users: This integration will bring the ability to use powerful features
@@ -223,6 +221,12 @@
IResource
.
+ Please post any problems you might encounter trying to upgrade on the + Google Group. Chances are + if it's happening to you, it's happening to others. We're happy to help. +
+ -HAPI Structure Library | +HAPI Version | +FHIR Specification Version | +
hapi-fhir-structures-dstu | +1.1 | +DSTU1 0.0.82 | +
hapi-fhir-structures-dstu2 | +1.1 | +DSTU2 0.5.0 | +
hapi-fhir-structures-hl7org-dstu2 | +1.1 | +DSTU2 Latest Dev (SVN 5843) | +
If you are developing applications in Java, the easiest way to use HAPI is to use a build system which handles dependency management automatically. The