Bug 471737 - Decorator for Default methods missing from documentation
diff --git a/bundles/org.eclipse.jdt.doc.user/images/org.eclipse.jdt.ui/ovr16/default_co.png b/bundles/org.eclipse.jdt.doc.user/images/org.eclipse.jdt.ui/ovr16/default_co.png
new file mode 100644
index 0000000..50914a1
--- /dev/null
+++ b/bundles/org.eclipse.jdt.doc.user/images/org.eclipse.jdt.ui/ovr16/default_co.png
Binary files differ
diff --git a/bundles/org.eclipse.jdt.doc.user/reference/ref-icons.htm b/bundles/org.eclipse.jdt.doc.user/reference/ref-icons.htm
index 472f2b9..5b80fef 100644
--- a/bundles/org.eclipse.jdt.doc.user/reference/ref-icons.htm
+++ b/bundles/org.eclipse.jdt.doc.user/reference/ref-icons.htm
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html lang="en">
   <head>
-<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2015. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
     <meta http-equiv="Content-Style-Type" content="text/css">
     <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
@@ -474,6 +474,14 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
+            <img src="../images/org.eclipse.jdt.ui/ovr16/default_co.png" alt="Default overlay" ><br>
+          </td>
+          <td valign="top">
+            default method<br>
+          </td>
+        </tr>        
+        <tr>
+          <td valign="middle" align="center">
             <img src="../images/org.eclipse.jdt.ui/ovr16/synch_co.png" alt="Synchronized Overlay" ><br>
           </td>
           <td valign="top">
@@ -524,10 +532,10 @@
         </tr>
         <tr>
           <td valign="middle" align="center">
-            <img src="../images/org.eclipse.jdt.ui/ovr16/implm_co.png" alt="Implementor of interface overlay" ><br>
+            <img src="../images/org.eclipse.jdt.ui/ovr16/implm_co.png" alt="Implementor overlay" ><br>
           </td>
           <td valign="top">
-            implements method from interface<br>
+            implements method<br>
           </td>
         </tr>
         <tr>
@@ -535,7 +543,7 @@
             <img src="../images/org.eclipse.jdt.ui/ovr16/over_co.png" alt="Overrides Overlay" ><br>
           </td>
           <td valign="top">
-            overrides method from super class<br>
+            overrides method<br>
           </td>
         </tr>
         <tr>