Skip to content

Commit

Permalink
Java EE -> Jakarta EE
Browse files Browse the repository at this point in the history
  • Loading branch information
bshannon committed Aug 1, 2019
1 parent aa74cfb commit 6ddb71d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mail/src/main/java/javax/mail/MailSessionDefinition.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -23,15 +23,15 @@
import java.lang.annotation.Repeatable;

/**
* Annotation used by Java EE applications to define a <code>MailSession</code>
* Annotation used by Jakarta EE applications to define a <code>MailSession</code>
* to be registered with JNDI. The <code>MailSession</code> may be configured
* by setting the annotation elements for commonly used <code>Session</code>
* properties. Additional standard and vendor-specific properties may be
* specified using the <code>properties</code> element.
* <p>
* The session will be registered under the name specified in the
* <code>name</code> element. It may be defined to be in any valid
* <code>Java EE</code> namespace, and will determine the accessibility of
* <code>Jakarta EE</code> namespace, and will determine the accessibility of
* the session from other components.
*
* @since JavaMail 1.5
Expand Down

0 comments on commit 6ddb71d

Please sign in to comment.