Skip to content

Commit

Permalink
Add a tag for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shadromani committed Jan 22, 2024
1 parent 5cca672 commit f2a792b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/maxmind/db/CacheKey.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.maxmind.db;

/**
* CacheKey is used as a key in the node cache. It contains the offset of the
* {@code CacheKey} is used as a key in the node cache. It contains the offset of the
* node in the database file, the class of the data at that node, and the type
* of the data at that node.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/maxmind/db/MaxMindDbConstructor.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import java.lang.annotation.RetentionPolicy;

/**
* MaxMindDbConstructor is an annotation that can be used to mark a constructor
* {@code MaxMindDbConstructor} is an annotation that can be used to mark a constructor
* that should be used to create an instance of a class when decoding a MaxMind
* DB file.
*/
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/maxmind/db/Metadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.Map;

/**
* Metadata holds data associated with the database itself.
* {@code Metadata} holds data associated with the database itself.
*/
public final class Metadata {
private final int binaryFormatMajorVersion;
Expand All @@ -31,7 +31,7 @@ public final class Metadata {
private final int searchTreeSize;

/**
* Constructs a Metadata object.
* Constructs a {@code Metadata} object.
*
* @param binaryFormatMajorVersion The major version number for the database's
* binary format.
Expand Down

0 comments on commit f2a792b

Please sign in to comment.