Index: trunk/src/com/drew/metadata/Face.java
===================================================================
--- trunk/src/com/drew/metadata/Face.java	(revision 6127)
+++ trunk/src/com/drew/metadata/Face.java	(revision 8132)
@@ -1,4 +1,4 @@
 /*
- * Copyright 2002-2012 Drew Noakes
+ * Copyright 2002-2015 Drew Noakes
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,6 +16,6 @@
  * More information about this project is available at:
  *
- *    http://drewnoakes.com/code/exif/
- *    http://code.google.com/p/metadata-extractor/
+ *    https://drewnoakes.com/code/exif/
+ *    https://github.com/drewnoakes/metadata-extractor
  */
 package com.drew.metadata;
@@ -26,5 +26,5 @@
 /**
  * Class to hold information about a detected or recognized face in a photo.
- * <p/>
+ * <p>
  * When a face is <em>detected</em>, the camera believes that a face is present at a given location in
  * the image, but is not sure whose face it is.  When a face is <em>recognised</em>, then the face is
@@ -116,4 +116,5 @@
     }
 
+    @Override
     @NotNull
     public String toString()
