mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8343482: Remove unnecessary @SuppressWarnings annotations (net)
Reviewed-by: dfuchs
This commit is contained in:
parent
c799cad1de
commit
f95097cc64
4 changed files with 3 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2005, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -120,10 +120,8 @@ public class NTLMAuthentication extends AuthenticationInfo {
|
|||
});
|
||||
};
|
||||
|
||||
@SuppressWarnings("serial") // Type of field is not Serializable
|
||||
PasswordAuthentication pw;
|
||||
|
||||
@SuppressWarnings("serial") // Type of field is not Serializable
|
||||
Client client;
|
||||
/**
|
||||
* Create a NTLMAuthentication:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue