Skip to content

Commit c0bce22

Browse files
eamonnmcmanuscopybara-github
authored andcommitted
Rewrite tests so AutoValue classes are always abstract, even if they have no properties.
PiperOrigin-RevId: 751056240
1 parent 5c00b16 commit c0bce22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/java/dev/cel/common/types/UnspecifiedType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
@CheckReturnValue
3333
@Immutable
3434
@Internal
35-
public class UnspecifiedType extends CelType {
35+
public abstract class UnspecifiedType extends CelType {
3636

3737
@Override
3838
public CelKind kind() {

0 commit comments

Comments
 (0)