Skip to content

Commit

Permalink
Correct a typo in the spi to fix jakartaee#236
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti authored and antoinesd committed Jun 24, 2015
1 parent 1b7c893 commit a16ab7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/doc/spi.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ public interface AnnotatedParameter<X>
}
----

The interface +javax.enterprise.inject.spi.AnnotatedMemember+ exposes the +Member+ object and the +AnnotatedType+ that defines the member.
The interface +javax.enterprise.inject.spi.AnnotatedMember+ exposes the +Member+ object and the +AnnotatedType+ that defines the member.

[source, java]
----
Expand Down

0 comments on commit a16ab7e

Please sign in to comment.