Skip to content

Commit

Permalink
Avoid a javadoc tag warning in GlideModule
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 476453614
  • Loading branch information
sjudd authored and glide-copybara-robot committed Sep 23, 2022
1 parent 94b86cc commit dafc7e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Identifies AppGlideModules and LibraryGlideModules for Glide's annotation processor to merge at
* compile time.
*
* <p>Replaces <meta-data /> tags in AndroidManifest.xml.
* <p>Replaces {@code <meta-data />} tags in AndroidManifest.xml.
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.CLASS)
Expand Down

0 comments on commit dafc7e2

Please sign in to comment.