Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Typo in JavaDoc (#504)
  • Loading branch information
geri-m committed Nov 2, 2018
commit 714fd2b537c0f4147efa95f5afbe4902352e4e4d
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public void testAtomFeedUsingStandardParser() throws Exception {

/**
* Read an XML ATOM Feed from a file to a string and assert if all the {@link FeedEntry}s are
* present. No detailed assertation of each element
* present. No detailed assertion of each element
*
* The purpose of this test is to read a bunch of elements which contain additional elements
* (HTML in this case), that are not part of the {@link FeedEntry} and to see if there is an issue
Expand Down