Skip to content

Commit 36f1aa2

Browse files
committed
a code change in a plugin
1 parent c32048a commit 36f1aa2

File tree

1 file changed

+2
-0
lines changed
  • plugin/trino-functions-python/src/main/java/io/trino/plugin/functions/python

1 file changed

+2
-0
lines changed

plugin/trino-functions-python/src/main/java/io/trino/plugin/functions/python/JdkLogger.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
final class JdkLogger
2121
implements Logger
2222
{
23+
// a code change in a plugin
24+
2325
private final java.util.logging.Logger logger;
2426

2527
public static Logger get(Class<?> clazz)

0 commit comments

Comments
 (0)