Skip to content

Commit

Permalink
Make helper class package-private.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Sep 27, 2024
1 parent dad753e commit 9d85ff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public class ReflectionHelper {
class ReflectionHelper {
private static final Logger logger = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
private final RdfFormatterStep.State state;
private final ClassLoader classLoader;
Expand Down

0 comments on commit 9d85ff8

Please sign in to comment.