Skip to content

Commit

Permalink
Declare serialVersionUID on DefaultAopProxyFactory
Browse files Browse the repository at this point in the history
Closes gh-27784
  • Loading branch information
jhoeller committed Dec 14, 2021
1 parent ac581be commit 1af21bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@
* @see AdvisedSupport#setProxyTargetClass
* @see AdvisedSupport#setInterfaces
*/
@SuppressWarnings("serial")
public class DefaultAopProxyFactory implements AopProxyFactory, Serializable {

private static final long serialVersionUID = 7930414337282325166L;


@Override
public AopProxy createAopProxy(AdvisedSupport config) throws AopConfigException {
Expand Down

0 comments on commit 1af21bb

Please sign in to comment.