Skip to content

Commit 6963835

Browse files
committed
Adding doc comment.
1 parent 0d77887 commit 6963835

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/jdk.compiler/share/classes/com/sun/tools/javac/comp/ExhaustivenessComputer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747

4848
import static java.util.stream.Collectors.groupingBy;
4949

50-
/**
50+
/** A class to compute exhaustiveness of set of switch cases.
51+
*
5152
* <p><b>This is NOT part of any supported API.
5253
* If you write code that depends on this, you do so at your own risk.
5354
* This code and its internal interfaces are subject to change or

0 commit comments

Comments
 (0)