Skip to content

Commit becbe9a

Browse files
committed
Fix warning "visibility"
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
1 parent 995ba86 commit becbe9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

voidframework-cache/src/main/java/dev/voidframework/cache/engine/AbstractCacheEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public Object unwrap(final CachedElement cachedElement) {
5959
* @param content The value serialized
6060
* @since 1.1.0
6161
*/
62-
protected record CachedElement(Class<?> classType, byte[] content) {
62+
public record CachedElement(Class<?> classType, byte[] content) {
6363

6464
@Override
6565
public boolean equals(final Object o) {

0 commit comments

Comments
 (0)