Skip to content

Commit 46b53e2

Browse files
committed
Hide implicit constructor.
1 parent 723a05d commit 46b53e2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rascal-lsp/src/main/java/org/rascalmpl/vscode/lsp/util/Nullables.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
*/
3636
public class Nullables {
3737

38+
private Nullables () { /* hide implicit constructor */}
39+
3840
/**
3941
* Check a boolean value in a nullable object.
4042
* @param <A> The type of the containing object.

0 commit comments

Comments
 (0)