Skip to content

Commit a923409

Browse files
committed
Rebuild docs with maxmind-db links
1 parent a226192 commit a923409

File tree

101 files changed

+961
-961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+961
-961
lines changed

doc/v2.9.0/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_131) on Mon May 08 11:37:31 PDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_144) on Wed Aug 30 14:14:05 PDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes (MaxMind GeoIP2 API 2.9.0 API)</title>
8-
<meta name="date" content="2017-05-08">
8+
<meta name="date" content="2017-08-30">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

doc/v2.9.0/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_131) on Mon May 08 11:37:31 PDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_144) on Wed Aug 30 14:14:05 PDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes (MaxMind GeoIP2 API 2.9.0 API)</title>
8-
<meta name="date" content="2017-05-08">
8+
<meta name="date" content="2017-08-30">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

doc/v2.9.0/com/maxmind/geoip2/DatabaseProvider.html

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

doc/v2.9.0/com/maxmind/geoip2/DatabaseReader.Builder.html

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

doc/v2.9.0/com/maxmind/geoip2/DatabaseReader.html

Lines changed: 47 additions & 47 deletions
Large diffs are not rendered by default.

doc/v2.9.0/com/maxmind/geoip2/GeoIp2Provider.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_131) on Mon May 08 11:37:31 PDT 2017 -->
5+
<!-- Generated by javadoc (1.8.0_144) on Wed Aug 30 14:14:04 PDT 2017 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>GeoIp2Provider (MaxMind GeoIP2 API 2.9.0 API)</title>
8-
<meta name="date" content="2017-05-08">
8+
<meta name="date" content="2017-08-30">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>
@@ -131,11 +131,11 @@ <h3>Method Summary</h3>
131131
</tr>
132132
<tr id="i0" class="altColor">
133133
<td class="colFirst"><code><a href="../../../com/maxmind/geoip2/model/CityResponse.html" title="class in com.maxmind.geoip2.model">CityResponse</a></code></td>
134-
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/maxmind/geoip2/GeoIp2Provider.html#city-java.net.InetAddress-">city</a></span>(<a href="http://java.sun.com/javase/6/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a>&nbsp;ipAddress)</code>&nbsp;</td>
134+
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/maxmind/geoip2/GeoIp2Provider.html#city-java.net.InetAddress-">city</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a>&nbsp;ipAddress)</code>&nbsp;</td>
135135
</tr>
136136
<tr id="i1" class="rowColor">
137137
<td class="colFirst"><code><a href="../../../com/maxmind/geoip2/model/CountryResponse.html" title="class in com.maxmind.geoip2.model">CountryResponse</a></code></td>
138-
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/maxmind/geoip2/GeoIp2Provider.html#country-java.net.InetAddress-">country</a></span>(<a href="http://java.sun.com/javase/6/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a>&nbsp;ipAddress)</code>&nbsp;</td>
138+
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/maxmind/geoip2/GeoIp2Provider.html#country-java.net.InetAddress-">country</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a>&nbsp;ipAddress)</code>&nbsp;</td>
139139
</tr>
140140
</table>
141141
</li>
@@ -158,8 +158,8 @@ <h3>Method Detail</h3>
158158
<ul class="blockList">
159159
<li class="blockList">
160160
<h4>country</h4>
161-
<pre><a href="../../../com/maxmind/geoip2/model/CountryResponse.html" title="class in com.maxmind.geoip2.model">CountryResponse</a>&nbsp;country(<a href="http://java.sun.com/javase/6/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a>&nbsp;ipAddress)
162-
throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
161+
<pre><a href="../../../com/maxmind/geoip2/model/CountryResponse.html" title="class in com.maxmind.geoip2.model">CountryResponse</a>&nbsp;country(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a>&nbsp;ipAddress)
162+
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
163163
<a href="../../../com/maxmind/geoip2/exception/GeoIp2Exception.html" title="class in com.maxmind.geoip2.exception">GeoIp2Exception</a></pre>
164164
<dl>
165165
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -168,7 +168,7 @@ <h4>country</h4>
168168
<dd>A Country model for the requested IP address.</dd>
169169
<dt><span class="throwsLabel">Throws:</span></dt>
170170
<dd><code><a href="../../../com/maxmind/geoip2/exception/GeoIp2Exception.html" title="class in com.maxmind.geoip2.exception">GeoIp2Exception</a></code> - if there is an error looking up the IP</dd>
171-
<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an IO error</dd>
171+
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an IO error</dd>
172172
</dl>
173173
</li>
174174
</ul>
@@ -178,8 +178,8 @@ <h4>country</h4>
178178
<ul class="blockListLast">
179179
<li class="blockList">
180180
<h4>city</h4>
181-
<pre><a href="../../../com/maxmind/geoip2/model/CityResponse.html" title="class in com.maxmind.geoip2.model">CityResponse</a>&nbsp;city(<a href="http://java.sun.com/javase/6/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a>&nbsp;ipAddress)
182-
throws <a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
181+
<pre><a href="../../../com/maxmind/geoip2/model/CityResponse.html" title="class in com.maxmind.geoip2.model">CityResponse</a>&nbsp;city(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html?is-external=true" title="class or interface in java.net">InetAddress</a>&nbsp;ipAddress)
182+
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
183183
<a href="../../../com/maxmind/geoip2/exception/GeoIp2Exception.html" title="class in com.maxmind.geoip2.exception">GeoIp2Exception</a></pre>
184184
<dl>
185185
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -188,7 +188,7 @@ <h4>city</h4>
188188
<dd>A City model for the requested IP address.</dd>
189189
<dt><span class="throwsLabel">Throws:</span></dt>
190190
<dd><code><a href="../../../com/maxmind/geoip2/exception/GeoIp2Exception.html" title="class in com.maxmind.geoip2.exception">GeoIp2Exception</a></code> - if there is an error looking up the IP</dd>
191-
<dd><code><a href="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an IO error</dd>
191+
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an IO error</dd>
192192
</dl>
193193
</li>
194194
</ul>
@@ -261,6 +261,6 @@ <h4>city</h4>
261261
<!-- -->
262262
</a></div>
263263
<!-- ======== END OF BOTTOM NAVBAR ======= -->
264-
<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.maxmind.com/">MaxMind, Inc.</a>. All Rights Reserved.</small></p>
264+
<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.maxmind.com/">MaxMind, Inc.</a>. All rights reserved.</small></p>
265265
</body>
266266
</html>

0 commit comments

Comments
 (0)