We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c5e0c commit f133f11Copy full SHA for f133f11
src/main/java/com/google/cloud/logging/logback/LoggingAppender.java
@@ -213,7 +213,7 @@ public void setResourceType(String resourceType) {
213
* @param credentialsFile the path to the credentials file.
214
*/
215
@ObsoleteApi(
216
- "This method is obsolete because of a potential security risk. Use the setCredentials() instead")
+ "This method is obsolete because of a potential security risk. Use the setCredentials() method instead")
217
public void setCredentialsFile(String credentialsFile) {
218
this.credentialsFile = credentialsFile;
219
}
0 commit comments