doclint fixes

This commit is contained in:
Jeremy Long
2016-03-05 13:18:31 -05:00
parent 24637f496f
commit 7214b24357

View File

@@ -1,6 +1,6 @@
/**
*
* Contains classes used to update the data stores.<br/><br/>
* Contains classes used to update the data stores.<br><br>
*
* The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them. The Cached Data Source
* must determine if it needs to be updated and if so perform the update. The sub packages contain classes used to perform the