Skip to content

Commit

Permalink
add TODO for changing the since annotation;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Nov 19, 2021
1 parent 7d6cc4c commit 93d147a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public final class Acknowledgement implements CommandResponse<Acknowledgement>,

/**
* The type of {@code Acknowledgement} signals.
* @since 2.2.0
* TODO change @since 2.x.x
*/
public static final String TYPE = "acknowledgement";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/**
* Transports a {@link LogEntry} that should be added to the log of a connection with a particular {@code ConnectionId}.
*
* @since 2.2.0
* TODO change @since 2.x.x
*/
@Immutable
public final class AddConnectionLogEntry implements Jsonifiable<JsonObject>, WithConnectionId {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Factory for creating instances of {@link LogEntry}.
*
* @since 2.2.0
* TODO change @since 2.x.x
*/
@Immutable
public final class LogEntryFactory {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ default void exception(final ConnectionMonitor.InfoProvider infoProvider) {
*
* @param logEntry the entry to be logged.
* @throws NullPointerException if {@code logEntry} is {@code null}.
* @since 2.2.0
* TODO change @since 2.x.x
*/
void logEntry(LogEntry logEntry);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Provides dedicated information about specified {@code Signal} arguments.
*
* @since 2.2.0
* TODO change @since 2.x.x
*/
@Immutable
public final class SignalInformationPoint {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* If the type of the command or command response is invalid an {@link UnsupportedSignalException} is thrown.
* </p>
*
* @since 2.2.0
* TODO change @since 2.x.x
*/
@Immutable
public final class CommandAndCommandResponseMatchingValidator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/**
* Represents the result of validating whether two particular signals are correlated to each other.
*
* @since 2.2.0
* TODO change @since 2.x.x
*/
@Immutable
@SuppressWarnings("java:S1610")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* <em>Note:</em> This class cannot be used for {@code Acknowledgement} signals.
* </p>
*
* @since 2.2.0
* TODO change @since 2.x.x
*/
@Immutable
public final class SemanticSignalType {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Thrown to indicate that the application has attempted to convert a CharSequence to a signal type, but that
* CharSequence does not have the appropriate format.
*
* @since 2.2.0
* TODO change @since 2.x.x
*/
public final class SignalTypeFormatException extends Exception {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/**
* Factory for creating shard region proxy actors.
*
* @since 2.2.0
* TODO change @since 2.x.x
*/
@NotThreadSafe
public final class ShardRegionProxyActorFactory {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static Builder newBuilderForPolicyExisting(final ThingId thingId, final P
*
* @param dittoHeaders the headers of the command which resulted in the returned exception.
* @throws NullPointerException if {@code dittoHeaders} is {@code null}.
* @since 2.2.0
* TODO change @since 2.x.x
*/
public static ThingNotCreatableException forLiveChannel(final DittoHeaders dittoHeaders) {
return new Builder()
Expand Down

0 comments on commit 93d147a

Please sign in to comment.