File tree 3 files changed +6
-10
lines changed
contrib/platform/src/com/sun/jna/platform/unix/solaris
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -1305,10 +1305,8 @@ cd ..
1305
1305
<path refid =" compile.path" />
1306
1306
<pathelement location =" ${ classes } " />
1307
1307
</path >
1308
- <property name =" header"
1309
- value =" <b>JNA API</><font size="-1"> ${ jna.version } </font>" />
1310
- <property name =" footer"
1311
- value =" <center><i>${ copyright } </i></center>" />
1308
+ <property name =" header" value =" JNA API - ${ jna.version } " />
1309
+ <property name =" footer" value =" ${ copyright } " />
1312
1310
1313
1311
<mkdir dir =" ${ javadoc } " />
1314
1312
<condition property =" javadoc.opts" value =" -Xdoclint:none" else =" " >
@@ -1328,7 +1326,6 @@ cd ..
1328
1326
<doctitle >JNA API Documentation</doctitle >
1329
1327
<header >${ header } </header >
1330
1328
<bottom >${ footer } </bottom >
1331
- <link href =" http://download.oracle.com/javase/${ javac.release } /docs/api/" />
1332
1329
1333
1330
<packageset dir =" ${ src } " defaultexcludes =" yes" >
1334
1331
<patternset >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project name =" JNA-Common" default =" default" basedir =" ." >
3
3
<property name =" name" value =" jna" />
4
- <property name =" year" value =" 2018" />
5
- <property name =" copyright"
6
- value =" Copyright & copy; 2007-${year} Timothy Wall. All Rights Reserved." />
4
+ <property name =" year" value =" 2024" />
5
+ <property name =" copyright" value =" Copyright & copy; 2007-${year} Timothy Wall. All Rights Reserved." />
7
6
<property name =" vendor" value =" JNA Development Team" />
8
7
<buildnumber />
9
8
Original file line number Diff line number Diff line change @@ -272,10 +272,10 @@ public Kstat2NV mapGet(String name) {
272
272
* {@link Kstat2Map} is returned.
273
273
* <p>
274
274
* If the value is of type {@link Kstat2#KSTAT2_NVVT_INT}, a
275
- * {@link long} is returned.
275
+ * {@code long} is returned.
276
276
* <p>
277
277
* If the value is of type {@link Kstat2#KSTAT2_NVVT_INTS}, an array of
278
- * {@link long} is returned.
278
+ * {@code long} is returned.
279
279
* <p>
280
280
* If the value is of type {@link Kstat2#KSTAT2_NVVT_STR}, a
281
281
* {@link String} is returned.
You can’t perform that action at this time.
0 commit comments