Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for olisin (0.12 sec)

  1. README.md

    3. **Follow** the coding standards: `mvn formatter:format`
    4. **Add** comprehensive tests for new functionality
    5. **Commit** your changes: `git commit -m 'Add amazing feature'`
    6. **Push** to the branch: `git push origin feature/amazing-feature`
    7. **Submit** a Pull Request with detailed description
    
    ### Code Standards
    - Follow the project's Eclipse formatter configuration
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sun Aug 31 02:56:02 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealCall.kt

          }
        }
      }
    
      internal class CallReference(
        referent: RealCall,
        /**
         * Captures the stack trace at the time the Call is executed or enqueued. This is helpful for
         * identifying the origin of connection leaks.
         */
        val callStackTrace: Any?,
      ) : WeakReference<RealCall>(referent)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 11:30:11 UTC 2025
    - 17.8K bytes
    - Viewed (0)
Back to top