We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f97114 commit 334f926Copy full SHA for 334f926
src/xdocs/config_coding.xml
@@ -252,7 +252,7 @@ String b = (a==null || a.length<1) ? null : a.substring(1);
252
</p>
253
254
<p>
255
- Inspired by <a href="http://www.cs.nyu.edu/~lharris/papers/findbugsPaper.pdf">
+ Inspired by <a href="https://www.cs.nyu.edu/~lharris/papers/findbugsPaper.pdf">
256
Finding Bugs is Easy, chapter '2.3.1 Bad Covariant Definition of Equals (Eq)'</a>:
257
258
0 commit comments