Skip to content

Commit 170e932

Browse files
committed
Fix missing annotation warning in ocpp-v1_6
The ChangeAvailabilityConfirmation() constructor was marked deprecated in the Javadoc, but missing the annotation. Add the missing annotation.
1 parent f62fe19 commit 170e932

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ocpp-v1_6/src/main/java/eu/chargetime/ocpp/model/core/ChangeAvailabilityConfirmation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public class ChangeAvailabilityConfirmation extends Confirmation {
4646
* @deprecated use {@link #ChangeAvailabilityConfirmation(AvailabilityStatus)} to be sure to set
4747
* required fields
4848
*/
49+
@Deprecated
4950
public ChangeAvailabilityConfirmation() {}
5051

5152
/**

0 commit comments

Comments
 (0)