Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Pons (0.16 sec)

  1. src/main/java/jcifs/internal/dfs/DfsReferralDataImpl.java

                    }
                    dr.pathConsumed--;
                }
    
                if ( log.isDebugEnabled() ) {
                    String cons = reqPath.substring(0, consumed);
                    log.debug("Request " + reqPath + " ref path " + dr.path + " consumed " + dr.pathConsumed + ": " + cons);
                }
            }
    
            return dr;
        }
    
    
        /**
         * {@inheritDoc}
         *
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sat Nov 13 15:13:49 GMT 2021
    - 11K bytes
    - Viewed (0)
Back to top