Skip to content

Commit

Permalink
Bump o.e.jface.text version to 3.22
Browse files Browse the repository at this point in the history
Previous change on LinkedModeUI.doExit actually added some API and
should have triggered a version bump (but wasn't detected by API Tools).
  • Loading branch information
mickaelistria committed Nov 15, 2022
1 parent ecfc0d0 commit 3404fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jface.text/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jface.text
Bundle-Version: 3.21.100.qualifier
Bundle-Version: 3.22.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public interface IExitPolicy {
* @param model the linked mode model
* @param event the document event
* @return valid exit flags or <code>null</code> if no special action should be taken
* @since 3.21
* @since 3.22
*/
default ExitFlags doExit(LinkedModeModel model, DocumentEvent event) {
return null;
Expand Down

0 comments on commit 3404fea

Please sign in to comment.