ide reformat

This commit is contained in:
Mathis Chenuet
2015-01-05 23:10:41 +01:00
committed by Laurent Clouet
parent 31957c0722
commit c174e574f1
3 changed files with 31 additions and 31 deletions

View File

@@ -67,6 +67,7 @@ public class Pair<F, S> {
/**
* Convenience method for creating an appropriately typed pair.
*
* @param a the first object in the Pair
* @param b the second object in the pair
* @return a Pair that is templatized with the types of a and b