Skip to content

Commit

Permalink
fix javadoc warnings in CDI EL API
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Feb 27, 2024
1 parent 7d8ad77 commit 0dd76aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import jakarta.enterprise.inject.spi.BeanManager;

/**
* A {@link BeanManager} that allows integrators to obtain Unified EL objects
* that are integrated with the CDI container as described in the CDI specification.
* A {@link BeanManager} that allows integrators to obtain Unified EL objects that are
* integrated with the CDI container as described in the Jakarta EE Platform specification.
*
* @since 4.1
*/
Expand Down
3 changes: 3 additions & 0 deletions el/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* The {@code jakarta.cdi.el} module; defines the CDI EL API exported packages and dependencies.
*/
module jakarta.cdi.el {
exports jakarta.enterprise.inject.spi.el;

Expand Down

0 comments on commit 0dd76aa

Please sign in to comment.