Skip to content

Commit 9eb9db7

Browse files
committed
#1: Change the title to Basic Java Annotations
1 parent c0c9ab0 commit 9eb9db7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic Annotations
1+
# Basic Java Annotations
22

33
[![Build (Linux)](https://img.shields.io/travis/com/tlinkowski/basic-annotations/master?logo=linux)](https://travis-ci.com/tlinkowski/basic-annotations)
44
[![Build (Windows)](https://img.shields.io/appveyor/ci/tlinkowski/basic-annotations/master?logo=windows)](https://ci.appveyor.com/project/tlinkowski/basic-annotations/branch/master)

subprojects/basic-annotations/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
/**
20-
* Provides a set of basic annotations based on <a href="https://jcp.org/en/jsr/detail?id=305">JSR 305</a> and
20+
* Provides a set of basic Java annotations based on <a href="https://jcp.org/en/jsr/detail?id=305">JSR 305</a> and
2121
* <a href="https://github.com/JetBrains/kotlin/tree/master/libraries/tools/kotlin-annotations-jvm">Kotlin JVM
2222
* annotations</a>.
2323
* <p>

0 commit comments

Comments
 (0)