Skip to content

Commit 6d8d076

Browse files
committed
Fix javadoc
Resulted in error `heading used out of sequence: <H1>, compared to implicit preceding heading: <H1>`. Fixed by adjusting those headings to <h2>
1 parent 71b384b commit 6d8d076

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pvAccessJava/src/org/epics/pvaccess/client/rpc/package.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
</head>
99

1010
<body>
11-
<h1>Support code for implementing channelRPC.</h1>
11+
<h2>Support code for implementing channelRPC.</h2>
1212

13-
<h1 style="text-align: center">PVService<br>
13+
<h2 style="text-align: center">PVService<br>
1414
This page documentation needs to be updated!<br>
15-
2011.08.22</h1>
15+
2011.08.22</h2>
1616
CONTENTS
1717

1818
<div class="toc">

0 commit comments

Comments
 (0)