Skip to content

Commit

Permalink
Javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
szegedi committed Jun 21, 2011
1 parent ed3657c commit 00a72b5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
/**
* Represents the source text of the module as a tuple of a reader, a URI, a
* security domain, and a cache validator.
* <h1>Cache validators<h1>. Validators are used by caches subclasses from
* <h1>Cache validators</h1>
* Validators are used by caches subclassed from
* {@link CachingModuleScriptProviderBase} to avoid repeated loading of
* unmodified resources as well as automatic reloading of modified resources).
* unmodified resources as well as automatic reloading of modified resources.
* Such a validator can be any value that can be used to detect modification or
* non-modification of the resource that provided the source of the module. It
* can be as simple as a tuple of a URI or a file path, and a last-modified
Expand Down

0 comments on commit 00a72b5

Please sign in to comment.