You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/PathDataSource.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ public String getContentType() {
100
100
}
101
101
102
102
/**
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
104
104
* with each invocation.
105
105
*
106
106
* @return an InputStream
@@ -122,7 +122,7 @@ public String getName() {
122
122
}
123
123
124
124
/**
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
Copy file name to clipboardExpand all lines: commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/PathDataSource.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ public String getContentType() {
100
100
}
101
101
102
102
/**
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
104
104
* with each invocation.
105
105
*
106
106
* @return an InputStream
@@ -122,7 +122,7 @@ public String getName() {
122
122
}
123
123
124
124
/**
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
0 commit comments