-
-
+
+
diff --git a/contrib/platform/src/com/sun/jna/platform/unix/solaris/Kstat2.java b/contrib/platform/src/com/sun/jna/platform/unix/solaris/Kstat2.java
index 6861fd4940..9b6a504077 100644
--- a/contrib/platform/src/com/sun/jna/platform/unix/solaris/Kstat2.java
+++ b/contrib/platform/src/com/sun/jna/platform/unix/solaris/Kstat2.java
@@ -272,10 +272,10 @@ public Kstat2NV mapGet(String name) {
* {@link Kstat2Map} is returned.
*
* If the value is of type {@link Kstat2#KSTAT2_NVVT_INT}, a
- * {@link long} is returned.
+ * {@code long} is returned.
*
* If the value is of type {@link Kstat2#KSTAT2_NVVT_INTS}, an array of
- * {@link long} is returned.
+ * {@code long} is returned.
*
* If the value is of type {@link Kstat2#KSTAT2_NVVT_STR}, a
* {@link String} is returned.