Skip to content

Commit fa7c6d8

Browse files
committed
Javadoc
Add an empty line before a Javadoc comment
1 parent 7237fcd commit fa7c6d8

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/main/java/org/apache/commons/mail/package-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17+
1718
/**
1819
* Commons-Email aims to provide a API for sending email. It is built on top of the Java Mail API, which it aims to simplify. All help is gratefully received.
1920
*/

src/main/java/org/apache/commons/mail/resolver/DataSourceClassPathResolver.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* @since 1.3
3131
*/
3232
public class DataSourceClassPathResolver extends DataSourceBaseResolver {
33+
3334
/** The base string of the resource relative to the classpath when resolving relative paths */
3435
private final String classPathBase;
3536

src/main/java/org/apache/commons/mail/resolver/package-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17+
1718
/**
1819
* Contains implementation classes to resolve data sources from the following locations:
1920
* <ul>

src/main/java/org/apache/commons/mail/util/package-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17+
1718
/**
1819
* This package provides some utility classes.
1920
*/

src/test/java/org/apache/commons/mail/AbstractEmailTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
* @since 1.0
5151
*/
5252
public abstract class AbstractEmailTest {
53+
5354
/** Padding at end of body added by wiser/send */
5455
public static final int BODY_END_PAD = 3;
5556

src/test/java/org/apache/commons/mail/EmailLiveTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
* http://martinfowler.com/articles/mocksArentStubs.html#ClassicalAndMockistTesting).
4646
*/
4747
public class EmailLiveTest extends AbstractEmailTest {
48+
4849
/**
4950
* Factory method to create a pre-configured email instance.
5051
*

src/test/java/org/apache/commons/mail/InvalidInternetAddressTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* @since 1.0
3434
*/
3535
public class InvalidInternetAddressTest extends AbstractEmailTest {
36+
3637
/** */
3738
private static final String VALID_QUOTED_EMAIL = "\"John O'Groats\"@domain.com";
3839

0 commit comments

Comments
 (0)