Use HTTPS for external links wherever possible

See gh-16316
This commit is contained in:
Spring Operator
2019-03-26 04:14:28 -05:00
committed by Andy Wilkinson
parent a732acaebf
commit e401d02ced
106 changed files with 440 additions and 440 deletions

View File

@@ -23,7 +23,7 @@ import sample.jooq.domain.tables.records.LanguageRecord;
* A class modelling foreign key relationships between tables of the <code>PUBLIC</code>
* schema
*/
@Generated(value = { "http://www.jooq.org",
@Generated(value = { "https://www.jooq.org",
"jOOQ version:3.6.2" }, comments = "This class is generated by jOOQ")
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Keys {