Fix a javadoc error.


git-svn-id: https://svn.apache.org/repos/asf/sis/branches/0.6@1702561 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/core/sis-utility/src/main/java/org/apache/sis/setup/OptionKey.java b/core/sis-utility/src/main/java/org/apache/sis/setup/OptionKey.java
index 392efa5..89e8243 100644
--- a/core/sis-utility/src/main/java/org/apache/sis/setup/OptionKey.java
+++ b/core/sis-utility/src/main/java/org/apache/sis/setup/OptionKey.java
@@ -126,7 +126,7 @@
      *   <tr><td>{@code "CREATE"}</td> <td>Creates a new storage object (file or database) if it does not exist.</td></tr>
      * </table>
      *
-     * {@section Differences between the JDK6 and JDK7 branches of SIS}
+     * <div class="section">Differences between the JDK6 and JDK7 branches of SIS</div>
      * In the JDK7 branch of SIS, the array type for this key is {@code java.nio.file.OpenOption[]} instead than
      * {@code Object[]} and the constants listed in the above table are {@code java.nio.file.StandardOpenOption}
      * enumeration values.