Skip to content

Commit dc53bc3

Browse files
author
emilforslund
committed
Keyword is public
This makes it possible to use it for casting.
1 parent 81a5b42 commit dc53bc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/speedment/codegen/lang/models/modifiers

src/main/java/com/speedment/codegen/lang/models/modifiers/Keyword.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author Emil Forslund
2525
*/
26-
interface Keyword {
26+
public interface Keyword {
2727
interface public_<T extends public_<T>> extends HasModifiers<T> {
2828
@SuppressWarnings("unchecked")
2929
default T public_() {

0 commit comments

Comments
 (0)