Skip to content

Commit 9548e26

Browse files
committed
domain sync
1 parent c76739a commit 9548e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/fusionauth/domain/oauth2/GrantType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2019, FusionAuth, All Rights Reserved
2+
* Copyright (c) 2018-2025, FusionAuth, All Rights Reserved
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
import com.fasterxml.jackson.annotation.JsonValue;
2323

2424
/**
25-
* Authorization Grant types as defined by the <a href="https://tools.ietf.org/html/rfc6749">The OAuth 2.0 Authorization
25+
* Authorization Grant types as defined by the <a href="https://tools.ietf.org/html/rfc6749">OAuth 2.0 Authorization
2626
* Framework - RFC 6749</a>.
2727
* <p>
2828
* Specific names as defined by <a href="https://tools.ietf.org/html/rfc7591#section-4.1">

0 commit comments

Comments
 (0)