Skip to content

Commit

Permalink
#16 fixing javadoc preparing for java 9
Browse files Browse the repository at this point in the history
  • Loading branch information
shroffk committed Aug 23, 2018
1 parent 7c02a52 commit 18ea2a3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions pvDataJava/src/org/epics/pvdata/copy/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@
</dd>
</dl>


</p>
</body>
</html>
1 change: 0 additions & 1 deletion pvDataJava/src/org/epics/pvdata/misc/BitSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ public static BitSet valueOf(long[] longs) {
* @param lb a long buffer containing a little-endian representation
* of a sequence of bits between its position and limit, to be
* used as the initial bits of the new bit set
* @return the new bit set
* @return a new bit set containing all the bits in the given long buffer between its position and limit
* @since 1.7
*/
Expand Down
2 changes: 1 addition & 1 deletion pvDataJava/src/org/epics/pvdata/property/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<dd>Provides support for setting limits for scalar double values.</dd>
<dt>display</dt>
<dd>Provides support for for displaying scalar double values.</dd>
<dl>
</dl>
</body>
</html>
2 changes: 1 addition & 1 deletion pvDataJava/src/org/epics/pvdata/pv/StandardPVField.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public interface StandardPVField {
* Create a PVStructure with a structureArray value field.
*
* @param properties Some combination of alarm,timeStamp
* @param properties the list of additional properties, which is some
* the list of additional properties, which is some
* combination of the strings alarm and timeStamp
* separated by commas
* @param structure the Structure of the StructureArray value field
Expand Down
1 change: 0 additions & 1 deletion pvDataJava/src/org/epics/pvdata/pv/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
</dl>
</dd>
</dl>
</p>

</body>
</html>

0 comments on commit 18ea2a3

Please sign in to comment.