Fix "SVNKit is removed" api change patterns

This commit is contained in:
Konstantin Kolosovsky 2017-12-26 16:35:30 +03:00 committed by GitHub
parent 437abb3b53
commit 3fd08a6ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.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 | | `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 ## Changes in IntelliJ Platform 2017.3