mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ public class WeavingTransformer {
|
||||
* @param className the full qualified name of the class in dot format (i.e. some.package.SomeClass)
|
||||
* @param internalName class name internal name in / format (i.e. some/package/SomeClass)
|
||||
* @param bytes class byte definition
|
||||
* @param pd protection domain to be used (can be null)
|
||||
* @param pd protection domain to be used (can be {@code null})
|
||||
* @return (possibly transformed) class byte definition
|
||||
*/
|
||||
public byte[] transformIfNecessary(String className, String internalName, byte[] bytes, @Nullable ProtectionDomain pd) {
|
||||
|
||||
Reference in New Issue
Block a user