Bug 548829: N&N for GridDataFactory.create(int style).

Bit late though.

Change-Id: I76a4e56b9f0d3169671cdfd0a16a5fcee96398db
Signed-off-by: Marcus Hoepfner <marcus.hoepfner@sap.com>
diff --git a/4.21/platform.html b/4.21/platform.html
index f0d7329..1e95c1a 100644
--- a/4.21/platform.html
+++ b/4.21/platform.html
@@ -89,6 +89,13 @@
     <h2>General Updates </h2>
     </td>
   </tr>
+  <tr id="new-griddatafactory-method"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=548829 -->
+    <td class="title">New method <code>create(int style)</code> in GridDataFactory</td>
+    <td class="content">
+      GridDataFactory contains a new static method <code>create(int style)</code> which returns a new GridDataFactory instance.<br />
+      This method is similar to <code>new GridData(int style)</code>.
+    </td>
+  </tr>
   <!-- ******************* End of General Updates ************************************* -->
 </tbody>
 </table>