Skip to content

Commit 6503bcd

Browse files
committed
Javadoc fix
1 parent 0622f60 commit 6503bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h2>Picking and Selection</h2>
160160

161161
<h2>Use of Proxies</h2>
162162

163-
<p></p>A proxy is set by calling {@link gov.nasa.worldwind.Configuration#setValue} for each of the following keys:
163+
<p>A proxy is set by calling {@link gov.nasa.worldwind.Configuration#setValue} for each of the following keys:
164164
<ul>
165165
<li>{@link gov.nasa.worldwind.avlist.AVKey#URL_PROXY_HOST} &mdash; indicates the proxy host address</li>
166166
<li>{@link gov.nasa.worldwind.avlist.AVKey#URL_PROXY_PORT} &mdash; indicates the port to use on that host</li>
@@ -176,7 +176,7 @@ <h2>Offline Mode</h2>
176176
to attempting retrieval of a network resource &mdash; anything addressed by a URL &mdash; WorldWind checks the
177177
offline-mode setting and does not attempt retrieval if the value is true.</p>
178178

179-
<h2><a name="path-types">Path Types</a></h2>
179+
<h2><a id="path-types">Path Types</a></h2>
180180

181181
<p>There is only one way to draw a straight line on a plane, but there are several ways to draw a straight line on the
182182
surface of a globe. Most shapes support the following path types:</p>

0 commit comments

Comments
 (0)