Skip to content

Commit da92967

Browse files
committed
Add missing params in docs
1 parent c1e6091 commit da92967

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/maxmind/db/Reader.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ private Reader(BufferHolder bufferHolder, String name, NodeCache cache) throws I
141141
/**
142142
* Looks up <code>ipAddress</code> in the MaxMind DB.
143143
*
144+
* @param <T> the type to populate.
144145
* @param ipAddress the IP address to look up.
145146
* @param cls the class of object to populate.
146147
* @return the object.
@@ -153,7 +154,9 @@ public <T> T get(InetAddress ipAddress, Class<T> cls) throws IOException {
153154
/**
154155
* Looks up <code>ipAddress</code> in the MaxMind DB.
155156
*
157+
* @param <T> the type to populate.
156158
* @param ipAddress the IP address to look up.
159+
* @param cls the class of object to populate.
157160
* @return the record for the IP address. If there is no data for the
158161
* address, the non-null {@link DatabaseRecord} will still be returned.
159162
* @throws IOException if a file I/O error occurs.

0 commit comments

Comments
 (0)