Use HTTPS for external links wherever possible
See gh-16318
This commit is contained in:
committed by
Andy Wilkinson
parent
94633cfd89
commit
bbbfee6480
@@ -19,7 +19,7 @@ package org.springframework.boot.configurationprocessor.json;
|
||||
// Note: this class was written without inspecting the non-free org.json sourcecode.
|
||||
|
||||
/**
|
||||
* Parses a JSON (<a href="http://www.ietf.org/rfc/rfc4627.txt">RFC 4627</a>) encoded
|
||||
* Parses a JSON (<a href="https://www.ietf.org/rfc/rfc4627.txt">RFC 4627</a>) encoded
|
||||
* string into the corresponding object. Most clients of this class will use only need the
|
||||
* {@link #JSONTokener(String) constructor} and {@link #nextValue} method. Example usage:
|
||||
* <pre>
|
||||
|
||||
Reference in New Issue
Block a user