Skip to content

Commit 80852c2

Browse files
author
Rory Winston
committed
* Add changes container
* Fix typo git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0@757259 13f79535-47bb-0310-9956-ffa450edef68
1 parent c57a194 commit 80852c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/site/xdoc/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ limitations under the License.
2323

2424

2525
<body>
26+
<release version="2.1" description="Fix release">
27+
</release>
28+
2629
<release version="2.0" date="October 20, 2008" description="Java 5.0 release">
2730
<action dev="rwinston" type="update">
2831
Add null check in TelnetClient::disconnect().

src/test/java/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public void testOwnerNameWithSpaces() {
151151
assertEquals("john smith", f.getUser());
152152
}
153153

154-
public void testOwnerANdGroupNameWithSpaces() {
154+
public void testOwnerAndGroupNameWithSpaces() {
155155
FTPFile f = getParser().parseFTPEntry("drwxr-xr-x 2 john smith test group 4096 Mar 2 15:13 zxbox");
156156
assertNotNull(f);
157157
assertEquals("john smith", f.getUser());

0 commit comments

Comments
 (0)