Skip to content

Commit

Permalink
More targeted SpotBugs annotation placement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Dec 11, 2019
1 parent 4c701f3 commit 47ea945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/remoting/Engine.java
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,8 @@ public void afterResponse(HandshakeResponse hr) {
}
}
HeaderHandler headerHandler = new HeaderHandler();
@SuppressFBWarnings(value = "UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR", justification = "just trust me here")
class AgentEndpoint extends Endpoint {
@SuppressFBWarnings(value = "UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR", justification = "just trust me here")
AbstractByteArrayCommandTransport.ByteArrayReceiver receiver;
@Override
public void onOpen(Session session, EndpointConfig config) {
Expand Down

0 comments on commit 47ea945

Please sign in to comment.