Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit a521101

Browse files
committed
iluwatar#1842 Added comments to Genre class
1 parent fd1a54e commit a521101

File tree

1 file changed

+1
-1
lines changed
  • currying/src/main/java/com/iluwatar/currying

1 file changed

+1
-1
lines changed

currying/src/main/java/com/iluwatar/currying/Genre.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
package com.iluwatar.currying;
2626

2727
/**
28-
* This is a Javadoc comment to pass the style check.
28+
* Enum representing different book genres.
2929
*/
3030
public enum Genre {
3131
FANTASY,

0 commit comments

Comments
 (0)