Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/36#discussion_r77491468
  
    --- Diff: 
client/console/src/main/java/org/apache/syncope/client/console/init/ClassPathScanImplementationLookup.java
 ---
    @@ -161,5 +169,15 @@ public int compare(
         public List<Class<? extends BaseExtWidget>> getExtWidgetClasses() {
             return extWidgets;
         }
    +    
    +    /**
    +     * @return basePackages for syncope class classpath scanning
    +     */
    +    protected List<String> getBasePackages() {
    --- End diff --
    
    Did not get what this method was for, at a first glance, then I've realized 
it might be used for subclasses: please mention this in the javadoc.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to