Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Fix error in javadoc with java 1.8 #1033

Merged
merged 2 commits into from
Jun 8, 2014

Conversation

yDelouis
Copy link
Contributor

@yDelouis yDelouis commented Jun 6, 2014

I recently switch to java8 and noticed that maven won't build AA because of some errors in javadoc.
This PR fixes the javadoc.

@@ -21,7 +21,7 @@
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>1.6_r2</version>
<version>4.1.1.4</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of {@link android.app.Fragment} in the doc of @FragmentById.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as i know we link to Android 1.6 for reason. I do not think we should change this because of the JavaDoc.

@DayS
Copy link
Contributor

DayS commented Jun 8, 2014

Damn it's not pseudo-html anymore then... Thanks for this

@DayS DayS added this to the 3.1 milestone Jun 8, 2014
DayS added a commit that referenced this pull request Jun 8, 2014
Fix error in javadoc with java 1.8
@DayS DayS merged commit 399f17e into androidannotations:develop Jun 8, 2014
@yDelouis yDelouis deleted the fix_docAndJava1.8 branch June 8, 2014 17:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants