Skip to content

Commit 18ea2a3

Browse files
committed
#16 fixing javadoc preparing for java 9
1 parent 7c02a52 commit 18ea2a3

5 files changed

Lines changed: 2 additions & 6 deletions

File tree

pvDataJava/src/org/epics/pvdata/copy/package.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@
1818
</dd>
1919
</dl>
2020

21-
22-
</p>
2321
</body>
2422
</html>

pvDataJava/src/org/epics/pvdata/misc/BitSet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ public static BitSet valueOf(long[] longs) {
214214
* @param lb a long buffer containing a little-endian representation
215215
* of a sequence of bits between its position and limit, to be
216216
* used as the initial bits of the new bit set
217-
* @return the new bit set
218217
* @return a new bit set containing all the bits in the given long buffer between its position and limit
219218
* @since 1.7
220219
*/

pvDataJava/src/org/epics/pvdata/property/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<dd>Provides support for setting limits for scalar double values.</dd>
1515
<dt>display</dt>
1616
<dd>Provides support for for displaying scalar double values.</dd>
17-
<dl>
17+
</dl>
1818
</body>
1919
</html>

pvDataJava/src/org/epics/pvdata/pv/StandardPVField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public interface StandardPVField {
3636
* Create a PVStructure with a structureArray value field.
3737
*
3838
* @param properties Some combination of alarm,timeStamp
39-
* @param properties the list of additional properties, which is some
39+
* the list of additional properties, which is some
4040
* combination of the strings alarm and timeStamp
4141
* separated by commas
4242
* @param structure the Structure of the StructureArray value field

pvDataJava/src/org/epics/pvdata/pv/package.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
</dl>
106106
</dd>
107107
</dl>
108-
</p>
109108

110109
</body>
111110
</html>

0 commit comments

Comments
 (0)