diff --git a/build.xml b/build.xml index e173185e30..4a23e76b28 100644 --- a/build.xml +++ b/build.xml @@ -1305,10 +1305,8 @@ cd .. - - + + @@ -1328,7 +1326,6 @@ cd .. JNA API Documentation
${header}
${footer} - diff --git a/common.xml b/common.xml index b92a42bb7a..3e14365a7f 100644 --- a/common.xml +++ b/common.xml @@ -1,9 +1,8 @@ - - + + 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.