spelling/language corrections

This commit is contained in:
mvolli
2014-12-23 20:05:29 +01:00
parent ea7997c625
commit bdf10b36c3
8 changed files with 29 additions and 29 deletions

View File

@@ -19,7 +19,7 @@ package com.sheepit.client;
import java.util.Objects;
/**
* Container to ease passing around a tuple of two objects. This object provides a sensible
* Container to ease passing around a pair of two objects. This object provides a sensible
* implementation of equals(), returning true if equals() is true on each of the contained
* objects.
*/