Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit bbac4ca

Browse files
derNiklaashlxid
andauthored
Updated javadoc to show the right type
Co-Authored-By: Daniel Huber <daniel.hub@outlook.de>
1 parent 3912a1f commit bbac4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codeoverflow/chatoverflow/api/io/parameter/ColorParameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import java.awt.*;
66

77
/**
8-
* A {@link Parameter} that is a boolean
8+
* A {@link Parameter} that is a Color
99
*/
1010
@IsRequirement
1111
public interface ColorParameter extends Parameter<Color> {

0 commit comments

Comments
 (0)