Skip to content

Commit

Permalink
Update api_changes_list.md
Browse files Browse the repository at this point in the history
Mention that statistics classes aren't supposed to be used in regular plugins.
  • Loading branch information
chashnikov authored Oct 13, 2017
1 parent b5444ba commit b7cb1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference_guide/api_changes_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ NOTE: You are allowed to prettify the pattern using markdown-features:

| Change | How to deal with it |
|---------|---------------------|
| `com.intellij.internal.statistic.AbstractApplicationUsagesCollector` class removed | Override `com.intellij.internal.statistic.AbstractProjectsUsagesCollector` instead |
| `com.intellij.internal.statistic.UsagesCollector.doPersistProjectUsages` method removed | There is no need to call this method anymore |
| `com.intellij.internal.statistic.AbstractApplicationUsagesCollector` class removed | This class isn't supposed to be used in regular plugins. Override `com.intellij.internal.statistic.AbstractProjectsUsagesCollector` instead if you're developing an IDE with its own statistics services. |
| `com.intellij.internal.statistic.UsagesCollector.doPersistProjectUsages` method removed | This method isn't supposed to be used in regular plugins. There is no need to call this method anymore. |
|`org.apache.sanselan` package removed | Use classes from `org.apache.commons.imaging` instead |

## Changes in IntelliJ Platform 2016.3
Expand Down

0 comments on commit b7cb1e5

Please sign in to comment.