Skip to content

Commit bad69c3

Browse files
Javadoc: remove leading space from title.
1 parent efe5a68 commit bad69c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

objectbox-java-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sourceCompatibility = 1.7
77

88
javadoc {
99
failOnError = false
10-
title = " ObjectBox API ${version} API"
10+
title = "ObjectBox API ${version} API"
1111
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2017-2019 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
1212
}
1313

objectbox-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424

2525
javadoc {
2626
failOnError = false
27-
title = " ObjectBox Java ${version} API"
27+
title = "ObjectBox Java ${version} API"
2828
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2017-2019 <a href="http://objectbox.io/">ObjectBox Ltd</a>. All Rights Reserved.</i>'
2929
exclude("**/com/google/**")
3030
exclude("**/io/objectbox/Cursor.java")

0 commit comments

Comments
 (0)