Skip to content

Commit

Permalink
#31 - Keywords on "ProcessingResourceInfo" no longer there in OMTD-SH…
Browse files Browse the repository at this point in the history
…ARE 3.0.2

- Deprecating keyword on resources - no longer supported in OMTD-SHARE 3.0.2
  • Loading branch information
reckart committed Mar 29, 2018
1 parent 46dad96 commit 4510cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
String[] encoding() default {};
Language[] language() default {};
String[] annotationLevel() default {};
String[] keyword() default {};
@Deprecated String[] keyword() default {};
DataFormat[] dataFormat() default {};
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
String[] encoding() default {};
Language[] language() default {};
String[] annotationLevel() default {};
String[] keyword() default {};
@Deprecated String[] keyword() default {};
DataFormat[] dataFormat() default {};
}

0 comments on commit 4510cba

Please sign in to comment.