Skip to content

Commit d75d0a3

Browse files
committed
Javadoc: Fix double the
1 parent 826e7c8 commit d75d0a3

File tree

2 files changed

+4
-4
lines changed
  • commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation
  • commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation

2 files changed

+4
-4
lines changed

commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/PathDataSource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public String getContentType() {
100100
}
101101

102102
/**
103-
* Gets an InputStream representing the the data and will throw an IOException if it cannot do so. This method will return a new instance of InputStream
103+
* Gets an InputStream representing the data and will throw an IOException if it cannot do so. This method will return a new instance of InputStream
104104
* with each invocation.
105105
*
106106
* @return an InputStream
@@ -122,7 +122,7 @@ public String getName() {
122122
}
123123

124124
/**
125-
* Gets an OutputStream representing the the data and will throw an IOException if it cannot do so. This method will return a new instance of OutputStream
125+
* Gets an OutputStream representing the data and will throw an IOException if it cannot do so. This method will return a new instance of OutputStream
126126
* with each invocation.
127127
*
128128
* @return an OutputStream

commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/PathDataSource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public String getContentType() {
100100
}
101101

102102
/**
103-
* Gets an InputStream representing the the data and will throw an IOException if it cannot do so. This method will return a new instance of InputStream
103+
* Gets an InputStream representing the data and will throw an IOException if it cannot do so. This method will return a new instance of InputStream
104104
* with each invocation.
105105
*
106106
* @return an InputStream
@@ -122,7 +122,7 @@ public String getName() {
122122
}
123123

124124
/**
125-
* Gets an OutputStream representing the the data and will throw an IOException if it cannot do so. This method will return a new instance of OutputStream
125+
* Gets an OutputStream representing the data and will throw an IOException if it cannot do so. This method will return a new instance of OutputStream
126126
* with each invocation.
127127
*
128128
* @return an OutputStream

0 commit comments

Comments
 (0)