Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 11, 2025
1 parent e4647e6 commit 7708512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public abstract class JavaBeansAnnotations
// no-op
} catch (Throwable t) {
// 09-Sep-2019, tatu: Used to log earlier, but with 2.10 let's not log
// java.util.logging.Logger.getLogger(Java7Support.class.getName())
// java.util.logging.Logger.getLogger(JavaBeansAnnotations.class.getName())
// .warning("Unable to load JDK7 annotations (@ConstructorProperties, @Transient): no Java7 annotation support added");
ExceptionUtil.rethrowIfFatal(t);
}
Expand Down

0 comments on commit 7708512

Please sign in to comment.