Fix some compiler smells for Java 21
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2019 the original author or authors.
|
||||
* Copyright 2019-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -30,7 +30,7 @@ public abstract class FtpRequestEvent extends ApacheMinaFtpEvent {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected final FtpRequest request; //NOSONAR protected final
|
||||
protected final transient FtpRequest request; //NOSONAR protected final
|
||||
|
||||
public FtpRequestEvent(FtpSession source, FtpRequest request) {
|
||||
super(source);
|
||||
|
||||
Reference in New Issue
Block a user