From 600e392c41d9c4023d8eda4dd21876b48466fc68 Mon Sep 17 00:00:00 2001 From: Michael Musgrove Date: Thu, 25 Jul 2019 12:13:58 +0100 Subject: [PATCH] issue146 --- spec/src/main/asciidoc/microprofile-lra-spec.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/src/main/asciidoc/microprofile-lra-spec.adoc b/spec/src/main/asciidoc/microprofile-lra-spec.adoc index 7e14da95..39e3b71a 100644 --- a/spec/src/main/asciidoc/microprofile-lra-spec.adoc +++ b/spec/src/main/asciidoc/microprofile-lra-spec.adoc @@ -786,9 +786,6 @@ annotations when associated with JAX-RS resource methods: Please refer to the javadoc for each annotation for the description of the conditions under which the various JAX-RS response codes are returned. -The presented HTTP methods MUST be applied at individual JAX-RS methods -but they are not enforced by the specification. - If the method annotated with `@AfterLRA` returns an unexpected HTTP status or never reaches the caller then the implementation MUST invoke the same method again.