Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for UID (0.11 sec)

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

                    + this.targetDomain + ",uid=" + this.uid + ",connectionState=" + this.connectionState + ",usage=" + this.usageCount.get() + "]";
        }
    
    
        void setUid ( int uid ) {
            this.uid = uid;
        }
    
    
        void setSessionSetup ( Smb2SessionSetupResponse response ) {
            this.extendedSecurity = true;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Nov 14 17:41:04 GMT 2021
    - 49K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/reflect/TypeToken.java

          }
        }
      }
    
      // This happens to be the hash of the class as of now. So setting it makes a backward compatible
      // change. Going forward, if any incompatible change is added, we can change the UID back to 1.
      private static final long serialVersionUID = 3637540370352322684L;
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Jun 26 21:02:13 GMT 2023
    - 53.6K bytes
    - Viewed (0)
Back to top