Open
Description
In the commit for SpongeCommon, there's a migration of ImmutableValue
-> Value.Immutable
, but it appears that instead of importing the outer class, it will fully qualify the class in usage, resulting in long lines.
In the commit for SpongeCommon, there's a migration of ImmutableValue
-> Value.Immutable
, but it appears that instead of importing the outer class, it will fully qualify the class in usage, resulting in long lines.