Skip to content

Commit c3079ea

Browse files
committed
Javadoc fix: errors in integration-test module
1 parent b55dc80 commit c3079ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/util/StringManipulationTestsHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void assertEqualsIgnoreEndline(String expected, String actual) {
4242

4343
/**
4444
* Asserts that two XML-representing strings are equal, by recursively
45-
* comparing each node's set of properties & children nodes. This method
45+
* comparing each node's set of properties and children nodes. This method
4646
* should be used when two XMLs are considered identical when all nodes are
4747
* identical regardless to their order
4848
*

0 commit comments

Comments
 (0)