Commit 02c69a9
Make UnspecifiedType abstract
This should have no effect on client code, but means we can internally make it an error for an `@AutoValue` class not to be abstract. (Usually an `@AutoValue` class has abstract property methods, which means it is abstract anyway.)
PiperOrigin-RevId: 7510571301 parent 5c00b16 commit 02c69a9
File tree
1 file changed
+1
-1
lines changed- common/src/main/java/dev/cel/common/types
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments