Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dispoem (0.47 sec)

  1. src/main/java/jcifs/smb/Kerb5Context.java

                log.debug("Failed to get info", e);
                return super.toString();
            }
        }
    
    
        @Override
        public void dispose () throws SmbException {
            if ( this.gssContext != null ) {
                try {
                    this.gssContext.dispose();
                }
                catch ( GSSException e ) {
                    throw new SmbException("Context disposal failed", e);
                }
            }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Aug 02 08:22:42 GMT 2018
    - 13.9K bytes
    - Viewed (0)
Back to top