Skip to content

Commit

Permalink
Fix Javadoc comments to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
maiconandsilva committed Mar 20, 2023
1 parent 5ae4626 commit 5d02b71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@
* <li>Invoke {@link #get} to load the resource.</li>
* </ol>
*
* @see <a href="https://github.com/zkoss/zk/blob/master/zweb/src/org/zkoss/web/util/resource/ResourceCaches.java"/>
* ResourceCaches.java Original class
* </a>
*
* @see <a href="https://github.com/zkoss/zk/blob/master/zweb/src/org/zkoss/web/util/resource/ResourceCaches.java">ResourceCaches.java Original ZKoss Class</a>
* @author tomyeh
*/
public class ResourceCaches {
Expand All @@ -65,10 +62,14 @@ public class ResourceCaches {
*
* @param cache the resource cache.
* Note: its loader must extend from {@link ResourceLoader}.
* @param ctx ServletContext
* @param path the URI path
* @param extra the extra parameter that will be passed to
* {@link ResourceLoader#parse(String,File,Object)} and
* {@link ResourceLoader#parse(String,URL,Object)}
* @param cache ResourceCache
* @return The resource
* @param <V> the resoruce type
*/
public static final <V>
V get(ResourceCache<V> cache, ServletContext ctx, String path, Object extra) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ else if(scaffold instanceof Map) {
}
}

/**
* injectable APIs
**/
//
//injectable APIs
//

public Object get_() {
return new JQueryExtender();
Expand Down

0 comments on commit 5d02b71

Please sign in to comment.