Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 17 (0.14 sec)

  1. maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginRealmCache.java

                }
                this.parentRealm = parentRealm;
                this.foreignImports = (foreignImports != null) ? foreignImports : Collections.emptyMap();
                this.filter = dependencyFilter;
    
                int hash = 17;
                hash = hash * 31 + CacheUtils.pluginHashCode(plugin);
                hash = hash * 31 + Objects.hashCode(workspace);
                hash = hash * 31 + Objects.hashCode(localRepo);
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Dec 26 15:12:32 GMT 2022
    - 7.4K bytes
    - Viewed (0)
Back to top