Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / general / Pair.java
index a6bc544d6e55f3b5c9cbcc4b3912592f67aaead8..2d90387fb3bc8e642522e3f91e2daaea7c324c7a 100644 (file)
@@ -26,6 +26,8 @@ package org.wamblee.general;
  *            Type of the first object.
  * @param <U>
  *            Type of the second object.
+ *
+ * @author Erik Brakkee
  */
 public class Pair<T, U> {