Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cdfive committed Mar 25, 2019
1 parent f3f72e4 commit 9381030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void testBuild() {

assertNotNull(slotChain);

// verify the order of slots
// verify the order of slot
AbstractLinkedProcessorSlot<?> next = slotChain.getNext();
assertTrue(next instanceof NodeSelectorSlot);

Expand Down

0 comments on commit 9381030

Please sign in to comment.