fixes - spelling and security work

This commit is contained in:
eugenp
2015-12-21 11:53:17 +02:00
parent 30f53b76ee
commit f0284f3fba
2 changed files with 4 additions and 8 deletions
@@ -149,7 +149,7 @@ public class GuavaCollectionTypesTest {
}
@Test
public void whenCalculatingSetSymetricDifference_thenCorrect() {
public void whenCalculatingSetSymmetricDifference_thenCorrect() {
final Set<Character> first = ImmutableSet.of('a', 'b', 'c');
final Set<Character> second = ImmutableSet.of('b', 'c', 'd');