yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

fix java8 doclint errors that prevent compilation #140

Closed smb510 closed 8 years ago

smb510 commented 8 years ago

In java8, doclint does not allow the use of "<" or ">" characters, and will fail compilation. This PR replaces the instances of those characters with HTML-friendly ones.

smb510 commented 8 years ago

This PR supersedes #139

sbosley commented 8 years ago

:+1:

jdkoren commented 8 years ago

LGTM