Skip to content

Commit

Permalink
<fix> modify notes for javadoc (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaosaroma authored Mar 6, 2024
1 parent 38029b2 commit 649e60a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import javax.servlet.Servlet;

/**
* @description: adapt to springboot 2.1.9.RELEASE
* adapt to springboot 2.1.9.RELEASE
* @author gaosaroma
* @since 2.2.8
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ public Enumeration<URL> findResources(String name) throws IOException {
/**
* NOTE: Only cache ClassNotFoundException when class not found.
* If class found, do not cache, and just use parent class loader cache.
*
* @param name
* @param resolve
* @return
* @throws ClassNotFoundException
*/
protected Class<?> loadClassWithCache(String name, boolean resolve)
throws ClassNotFoundException {
Expand Down

0 comments on commit 649e60a

Please sign in to comment.