Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Commit

Permalink
DEV: pass default meta fields when initializing a parser
Browse files Browse the repository at this point in the history
  • Loading branch information
lucboruta committed May 13, 2019
1 parent c71d6ab commit 2529179
Show file tree
Hide file tree
Showing 27 changed files with 172 additions and 46 deletions.
2 changes: 1 addition & 1 deletion docs/com/thunken/beacon/BeaconFormatException.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,6 @@ <h4>BeaconFormatException</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/com/thunken/beacon/BeaconLink.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,6 @@ <h4>getTargetIdentifier</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/com/thunken/beacon/BeaconMetaField.Type.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,6 @@ <h4>valueOf</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/com/thunken/beacon/BeaconMetaField.ValueType.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,6 @@ <h4>valueOf</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/com/thunken/beacon/BeaconMetaField.html
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,6 @@ <h4>test</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
22 changes: 18 additions & 4 deletions docs/com/thunken/beacon/BeaconMetaFields.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ <h3>Constructor Summary</h3>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/thunken/beacon/BeaconMetaFields.html#BeaconMetaFields--">BeaconMetaFields</a></span>()</code>&nbsp;</td>
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/thunken/beacon/BeaconMetaFields.html#BeaconMetaFields-com.thunken.beacon.BeaconMetaFields-">BeaconMetaFields</a></span>(<a href="../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon">BeaconMetaFields</a>&nbsp;metaFields)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/thunken/beacon/BeaconMetaFields.html#BeaconMetaFields-java.util.Map-">BeaconMetaFields</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../com/thunken/beacon/BeaconMetaField.html" title="enum in com.thunken.beacon">BeaconMetaField</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;map)</code>&nbsp;</td>
</tr>
</table>
</li>
Expand Down Expand Up @@ -207,13 +210,24 @@ <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="BeaconMetaFields--">
<a name="BeaconMetaFields-com.thunken.beacon.BeaconMetaFields-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BeaconMetaFields</h4>
<pre>public&nbsp;BeaconMetaFields(@NonNull
<a href="../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon">BeaconMetaFields</a>&nbsp;metaFields)</pre>
</li>
</ul>
<a name="BeaconMetaFields-java.util.Map-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>BeaconMetaFields</h4>
<pre>public&nbsp;BeaconMetaFields()</pre>
<pre>public&nbsp;BeaconMetaFields(@NonNull
<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../com/thunken/beacon/BeaconMetaField.html" title="enum in com.thunken.beacon">BeaconMetaField</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;map)</pre>
</li>
</ul>
</li>
Expand Down Expand Up @@ -362,6 +376,6 @@ <h4>toString</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
54 changes: 44 additions & 10 deletions docs/com/thunken/beacon/BeaconParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ <h2 title="Class BeaconParser" class="title">Class BeaconParser</h2>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../com/thunken/beacon/BeaconLink.html" title="class in com.thunken.beacon"><code>BeaconLink</code></a>,
<a href="../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon"><code>BeaconMetaFields</code></a>,
<a href="https://gbv.github.io/beaconspec/beacon.html#beacon-format"
target="_top">https://gbv.github.io/beaconspec/beacon.html#beacon-format</a></dd>
<a href="https://gbv.github.io/beaconspec/beacon.html#beacon-format" target=
"_top">https://gbv.github.io/beaconspec/beacon.html#beacon-format</a></dd>
</dl>
</li>
</ul>
Expand All @@ -152,6 +152,13 @@ <h3>Constructor Summary</h3>
<a href="../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon"><code>BeaconMetaFields</code></a> from the meta lines.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/thunken/beacon/BeaconParser.html#BeaconParser-java.io.Reader-com.thunken.beacon.BeaconMetaFields-">BeaconParser</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;reader,
<a href="../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon">BeaconMetaFields</a>&nbsp;defaults)</code>
<div class="block">Creates a BEACON parser that uses the specified <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> and default <a href="../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon"><code>BeaconMetaFields</code></a>, and further
initializes the parser's <a href="../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon"><code>BeaconMetaFields</code></a> from the meta lines.</div>
</td>
</tr>
</table>
</li>
</ul>
Expand Down Expand Up @@ -236,7 +243,7 @@ <h3>Constructor Detail</h3>
<a name="BeaconParser-java.io.Reader-">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>BeaconParser</h4>
<pre>public&nbsp;BeaconParser(@NonNull
Expand All @@ -252,8 +259,35 @@ <h4>BeaconParser</h4>
<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If an I/O error occurs.</dd>
<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - If <code>reader</code> is null.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="https://gbv.github.io/beaconspec/beacon.html#beacon-format"
target="_top">https://gbv.github.io/beaconspec/beacon.html#beacon-format</a></dd>
<dd><a href="https://gbv.github.io/beaconspec/beacon.html#beacon-format" target=
"_top">https://gbv.github.io/beaconspec/beacon.html#beacon-format</a></dd>
</dl>
</li>
</ul>
<a name="BeaconParser-java.io.Reader-com.thunken.beacon.BeaconMetaFields-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>BeaconParser</h4>
<pre>public&nbsp;BeaconParser(@NonNull
<a href="http://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;reader,
@NonNull
<a href="../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon">BeaconMetaFields</a>&nbsp;defaults)
throws <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Creates a BEACON parser that uses the specified <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> and default <a href="../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon"><code>BeaconMetaFields</code></a>, and further
initializes the parser's <a href="../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon"><code>BeaconMetaFields</code></a> from the meta lines.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>reader</code> - A character stream reader.</dd>
<dd><code>defaults</code> - Default values for BEACON meta fields. Overwritten by meta fields parsed from the reader, if any.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../com/thunken/beacon/BeaconFormatException.html" title="class in com.thunken.beacon">BeaconFormatException</a></code> - If the parser encounters data that violates the BEACON specification.</dd>
<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If an I/O error occurs.</dd>
<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - If <code>reader</code> is null.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="https://gbv.github.io/beaconspec/beacon.html#beacon-format" target=
"_top">https://gbv.github.io/beaconspec/beacon.html#beacon-format</a></dd>
</dl>
</li>
</ul>
Expand Down Expand Up @@ -374,10 +408,10 @@ <h4>parseLine</h4>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - If <code>linkLine</code> or <code>metaFields</code> is null.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="https://gbv.github.io/beaconspec/beacon.html#links"
target="_top">https://gbv.github.io/beaconspec/beacon.html#links</a>,
<a href="https://gbv.github.io/beaconspec/beacon.html#link-construction"
target="_top">https://gbv.github.io/beaconspec/beacon.html#link-construction</a></dd>
<dd><a href="https://gbv.github.io/beaconspec/beacon.html#links" target=
"_top">https://gbv.github.io/beaconspec/beacon.html#links</a>,
<a href="https://gbv.github.io/beaconspec/beacon.html#link-construction" target=
"_top">https://gbv.github.io/beaconspec/beacon.html#link-construction</a></dd>
</dl>
</li>
</ul>
Expand Down Expand Up @@ -449,6 +483,6 @@ <h4>parseLine</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/com/thunken/beacon/BeaconUpdate.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,6 @@ <h4>of</h4>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ <h2 title="Uses of Class com.thunken.beacon.BeaconFormatException" class="title"
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/com/thunken/beacon/class-use/BeaconLink.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ <h3>Uses of <a href="../../../../com/thunken/beacon/BeaconLink.html" title="clas
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ <h3>Uses of <a href="../../../../com/thunken/beacon/BeaconMetaField.Type.html" t
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ <h3>Uses of <a href="../../../../com/thunken/beacon/BeaconMetaField.ValueType.ht
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
13 changes: 12 additions & 1 deletion docs/com/thunken/beacon/class-use/BeaconMetaField.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@ <h3>Uses of <a href="../../../../com/thunken/beacon/BeaconMetaField.html" title=
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../com/thunken/beacon/package-summary.html">com.thunken.beacon</a> with type arguments of type <a href="../../../../com/thunken/beacon/BeaconMetaField.html" title="enum in com.thunken.beacon">BeaconMetaField</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/thunken/beacon/BeaconMetaFields.html#BeaconMetaFields-java.util.Map-">BeaconMetaFields</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../com/thunken/beacon/BeaconMetaField.html" title="enum in com.thunken.beacon">BeaconMetaField</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;map)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
Expand Down Expand Up @@ -196,6 +207,6 @@ <h3>Uses of <a href="../../../../com/thunken/beacon/BeaconMetaField.html" title=
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
20 changes: 19 additions & 1 deletion docs/com/thunken/beacon/class-use/BeaconMetaFields.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,24 @@ <h3>Uses of <a href="../../../../com/thunken/beacon/BeaconMetaFields.html" title
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../com/thunken/beacon/package-summary.html">com.thunken.beacon</a> with parameters of type <a href="../../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon">BeaconMetaFields</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/thunken/beacon/BeaconMetaFields.html#BeaconMetaFields-com.thunken.beacon.BeaconMetaFields-">BeaconMetaFields</a></span>(<a href="../../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon">BeaconMetaFields</a>&nbsp;metaFields)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/thunken/beacon/BeaconParser.html#BeaconParser-java.io.Reader-com.thunken.beacon.BeaconMetaFields-">BeaconParser</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;reader,
<a href="../../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon">BeaconMetaFields</a>&nbsp;defaults)</code>
<div class="block">Creates a BEACON parser that uses the specified <a href="http://docs.oracle.com/javase/8/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> and default <a href="../../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon"><code>BeaconMetaFields</code></a>, and further
initializes the parser's <a href="../../../../com/thunken/beacon/BeaconMetaFields.html" title="class in com.thunken.beacon"><code>BeaconMetaFields</code></a> from the meta lines.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
Expand Down Expand Up @@ -147,6 +165,6 @@ <h3>Uses of <a href="../../../../com/thunken/beacon/BeaconMetaFields.html" title
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/com/thunken/beacon/class-use/BeaconParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ <h2 title="Uses of Class com.thunken.beacon.BeaconParser" class="title">Uses of
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/com/thunken/beacon/class-use/BeaconUpdate.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ <h3>Uses of <a href="../../../../com/thunken/beacon/BeaconUpdate.html" title="en
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/com/thunken/beacon/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,6 @@ <h2 title="Package com.thunken.beacon Description">Package com.thunken.beacon De
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/com/thunken/beacon/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/com/thunken/beacon/package-use.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ <h1 title="Uses of Package com.thunken.beacon" class="title">Uses of Package<br>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ <h2 title="com.thunken">com.thunken.*</h2>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ <h2 title="Contents">Contents</h2>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,6 @@ <h2>Constant Field Values</h2>
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
<p class="legalCopy"><small>Copyright &#169; 2019. All rights reserved.</small></p>
</body>
</html>
Loading

0 comments on commit 2529179

Please sign in to comment.