public inbox for [email protected]
help / color / mirror / Atom feedFrom: Vladimir Sitnikov <[email protected]>
To: [email protected]
Subject: [pgjdbc/pgjdbc] 8bcc7e: style: remove excessive @NonNull
Date: Thu, 16 Nov 2023 06:11:35 -0800
Message-ID: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> (raw)
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 8bcc7ed10bde5e4f5bb7fa8fddf107361938869f
https://github.com/pgjdbc/pgjdbc/commit/8bcc7ed10bde5e4f5bb7fa8fddf107361938869f
Author: Vladimir Sitnikov <[email protected]>
Date: 2023-11-16 (Thu, 16 Nov 2023)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java
M pgjdbc/src/main/java/org/postgresql/core/v3/adaptivefetch/AdaptiveFetchCache.java
Log Message:
-----------
style: remove excessive @NonNull
@NonNull is the default, so we should not add it for simple types.
@NonNull might be helpful in generics, however, plain code should not use it.
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] 8bcc7e: style: remove excessive @NonNull
In-Reply-To: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox