Skip to content

Commit

Permalink
Makes OutputType enumeration public
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyKunchev committed May 16, 2022
1 parent 76be222 commit de0649d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Ontotext OntoRefine Client Library

## Version 1.7

### New

### Changes

### Bug fixes


## Version 1.6.3

### Changes
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.ontotext</groupId>
<artifactId>ontorefine-client</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.6.3</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>An OntoRefine Client Library</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
*
* @author Antoniy Kunchev
*/
enum OutputType {
public enum OutputType {
STRING, FILE
}

0 comments on commit de0649d

Please sign in to comment.