Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodavid committed Jul 8, 2019
1 parent 2727451 commit 3f45bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.9.0] - 2019-07-03
## [0.9.0] - 2019-07-08

### Added
- `DataImportAPI` which provides an API of the application component for the core module. It allows to import FileDescriptor instances.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package de.diedavids.cuba.dataimport.web.importwizard

import com.haulmont.cuba.core.global.CommitContext

import com.haulmont.cuba.core.global.DataManager
import com.haulmont.cuba.gui.UiComponents
import com.haulmont.cuba.gui.components.*
Expand Down

0 comments on commit 3f45bbb

Please sign in to comment.