summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/map/MapPalette.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/map/MapPalette.java')
-rw-r--r--src/main/java/org/bukkit/map/MapPalette.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/java/org/bukkit/map/MapPalette.java b/src/main/java/org/bukkit/map/MapPalette.java
index f5d6f325..35f3e19b 100644
--- a/src/main/java/org/bukkit/map/MapPalette.java
+++ b/src/main/java/org/bukkit/map/MapPalette.java
@@ -181,7 +181,8 @@ public final class MapPalette {
}
/**
- * Get the index of the closest matching color in the palette to the given color.
+ * Get the index of the closest matching color in the palette to the given
+ * color.
*
* @param r The red component of the color.
* @param b The blue component of the color.
@@ -195,7 +196,8 @@ public final class MapPalette {
}
/**
- * Get the index of the closest matching color in the palette to the given color.
+ * Get the index of the closest matching color in the palette to the given
+ * color.
*
* @param color The Color to match.
* @return The index in the palette.