Skip to content

Commit

Permalink
Remove primitive modifier from SomeValueClass2
Browse files Browse the repository at this point in the history
Signed-off-by: Theresa Mammarella <[email protected]>
  • Loading branch information
theresa-m committed Oct 23, 2023
1 parent 4b14ac6 commit 41b4c36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public value static class SomeValueClass implements SomeInterface {
}
}

public primitive static class SomeValueClass2 implements SomeInterface {
public static class SomeValueClass2 implements SomeInterface {
long val1;
double val2;

Expand Down

0 comments on commit 41b4c36

Please sign in to comment.