mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
Fix "SVNKit is removed" api change patterns
This commit is contained in:
parent
437abb3b53
commit
3fd08a6ba3
@ -47,7 +47,8 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
|
||||
|---------|---------------------|
|
||||
| `com.google.common.base.Objects.ToStringHelper` class removed | Use `com.google.common.base.MoreObjects.ToStringHelper` instead |
|
||||
| `com.google.common.util.concurrent.Futures.get` method removed | Use `com.google.common.util.concurrent.Futures.getChecked` instead |
|
||||
| [SVNKit](https://svnkit.com/index.html) library removed from dependencies | Use classes from `org.jetbrains.idea.svn` instead |
|
||||
| [`org.tmatesoft.svn`](https://svnkit.com/index.html) package removed | Use classes from `org.jetbrains.idea.svn` instead |
|
||||
| `org.jetbrains.idea.svn.svnkit.SvnKitManager` class removed | Use `org.jetbrains.idea.svn.api.ClientFactory` instead |
|
||||
|
||||
|
||||
## Changes in IntelliJ Platform 2017.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user