Skip to content

Commit

Permalink
Adding Nils family name
Browse files Browse the repository at this point in the history
Signed-off-by: Gaël L'hopital <[email protected]>
  • Loading branch information
clinique committed Oct 7, 2024
1 parent c9ba18b commit 581797d
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* The {@link WorxLandroidBindingConstants} class defines datCommon constants, which are
* used across the whole binding.
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*/
@NonNullByDefault
public class WorxLandroidBindingConstants {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* The {@link WorxLandroidHandlerFactory} is responsible for creating things and thing
* handlers.
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
* @author Gaël L'hopital - Added oAuthFactory
*/
@NonNullByDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* The {@link WebApiException} is a class for handling the Worx Landroid API exceptions
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*/
@NonNullByDefault
public class WebApiException extends Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
/**
* {@link WorxApiHandler} is a API request
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*/
@NonNullByDefault
@Component(service = WorxApiHandler.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* The {@link UsersMeResponse} class
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*
*/
@NonNullByDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* The {@link WorxLandroidActionCodes} hosts action codes
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*/
@NonNullByDefault
public enum WorxLandroidActionCodes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* The {@link WorxLandroidDayCodes} hosts Landroid days of week
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*/
@NonNullByDefault
public enum WorxLandroidDayCodes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* The {@link WorxLandroidErrorCodes} hosts error codes
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*/
@NonNullByDefault
public enum WorxLandroidErrorCodes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* The {@link WorxLandroidStatusCodes} hosts status codes
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*/
@NonNullByDefault
public enum WorxLandroidStatusCodes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* The {@link MowerConfiguration} class contains fields mapping thing configuration parameters.
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
* @author Gaël L'hopital - Added serialNumber configuration element
*/
@NonNullByDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* The {@link WebApiConfiguration} class contains fields mapping thing configuration parameters.
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
* @author Gaël L'hopital - Added NonNullByDefault, removed setters, removed reconnectInterval
*/
@NonNullByDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/**
* The {@link MowerDiscoveryService} is a service for discovering your mowers through Worx Landroid API
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
* @author Gaël L'hopital - Added representation property and serialNumber configuration element
*/
@NonNullByDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* The {@link WorxLandroidBridgeHandler} is responsible for handling commands, which are
* sent to one of the channels.
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
* @author Gaël L'hopital - Refactored with oAuthFactory, removed AWSClient
*/
@NonNullByDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
* The{@link WorxLandroidMowerHandler} is responsible for handling commands, which are
* sent to one of the channels.
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*
*/
@NonNullByDefault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/**
* {@link AWSClient} AWS client
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*/
@NonNullByDefault
public class AWSClient implements MqttClientConnectionEvents {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* {@link AWSClientCallbackI} Callback for AWS connection events
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*/
@NonNullByDefault
public interface AWSClientCallbackI {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
/**
* {@link Mower}
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*/
@NonNullByDefault
public class Mower {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* {@link ScheduledDay} holds data of the schedule details for a given day
*
* @author Nils - Initial contribution
* @author Nils Billing - Initial contribution
*/
@NonNullByDefault
public class ScheduledDay {
Expand Down

0 comments on commit 581797d

Please sign in to comment.