Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed May 15, 2024
1 parent f126811 commit 12c3a68
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public void testExplicitlyUseJaxwsInputStreamToDeleteFile() throws IOException {
}
}

public void testCannotInjectManipulatedByteArryInputStream() {
public void testCannotInjectManipulatedByteArrayInputStream() {
xstream.alias("bais", ByteArrayInputStream.class);
final String xml = ""
+ "<bais>\n"
Expand All @@ -326,7 +326,7 @@ public void testCannotInjectManipulatedByteArryInputStream() {
}
}

public void testExplicitlyUnmarshalEndlessByteArryInputStream() throws IOException {
public void testExplicitlyUnmarshalEndlessByteArrayInputStream() throws IOException {
xstream.alias("bais", ByteArrayInputStream.class);
xstream.allowTypes(ByteArrayInputStream.class);

Expand Down

0 comments on commit 12c3a68

Please sign in to comment.