Skip to content

Commit 6435da8

Browse files
fix a typo
1 parent 541dbd8 commit 6435da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/RPCGenericTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ private boolean annotationExists (AnnotatedElement element, String annotationNam
519519
}
520520

521521
private boolean isDeprecated (AnnotatedElement element) {
522-
return annotationExists(element, "deprecated");
522+
return annotationExists(element, "Deprecated");
523523
}
524524

525525
private Field getEnumField(Class aClass, String elementName) {

0 commit comments

Comments
 (0)