Skip to content

Commit

Permalink
Fixed HttpSessionProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarhernandezgt committed Jul 11, 2024
1 parent 90b105e commit 7134f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;

public interface HttpSessionProxy extends HttpServletRequest, Serializable {
public interface HttpSessionProxy extends HttpSession, Serializable {

public Object writeReplace() throws ObjectStreamException;

Expand Down

0 comments on commit 7134f12

Please sign in to comment.