Skip to content

Commit

Permalink
Removed forRemoval from deprecated annotation (#262)
Browse files Browse the repository at this point in the history
GWT compile does not like it apparantly, at least not on build server.
  • Loading branch information
BertScholten authored Apr 24, 2024
1 parent 16f2d56 commit e5fd8c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public enum EmissionSourceType {
* Farm Lodge emission values.
* @Deprecated Replaced by Animal Housing approach
*/
@Deprecated(forRemoval = true)
@Deprecated
FARM_LODGE(Names.FARM_LODGE),
/**
* Farm animal housing emission values.
Expand Down

0 comments on commit e5fd8c7

Please sign in to comment.