Files
langsmith-java/langsmith-java-core
KiewanVillatel fdba8e6123 fix: remove duplicate threads/traces declarations in client impls (#35)
## Summary

- Removes duplicate `private val threads` and `private val traces`
property declarations in `LangsmithClientImpl` and
`LangsmithClientAsyncImpl`
- Removes duplicate `override fun threads()` and `override fun traces()`
method overrides in both classes
- The commit `feat(smith-sdks): expose threads and traces v2 endpoints
in public SDK` accidentally added each declaration twice, causing Kotlin
compiler error: `Conflicting declarations`

Fixes the build failure in [PR
#34](https://github.com/langchain-ai/langsmith-java-staging/pull/34).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-07 14:25:40 +02:00
..