From 8703e81821cd57b14d22cc512f6efb7098f9cb98 Mon Sep 17 00:00:00 2001 From: t106uhn Date: Fri, 4 Jul 2014 15:49:54 -0400 Subject: [PATCH] commit --- .../rest/server/exceptions/NotImpementedOperationException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/exceptions/NotImpementedOperationException.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/exceptions/NotImpementedOperationException.java index 7eb27930ece..ba995c442b6 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/exceptions/NotImpementedOperationException.java +++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/exceptions/NotImpementedOperationException.java @@ -28,7 +28,7 @@ import ca.uhn.fhir.rest.server.Constants; * to fullfill the request. There is a good change that the functionality will * be added in the future * - * Represents an HTTP 501 Not Implemented response, which means the resource provider currently lacks the ability to fullfill the request. + * This Represents an HTTP 501 Not Implemented response, which means the resource provider currently lacks the ability to fullfill the request. * *

* Note that a complete list of RESTful exceptions is available in the