Skip to content

Commit a153f91

Browse files
committed
Remove unresolved Javadoc links
1 parent f97147c commit a153f91

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

datastore/src/main/java/io/spine/server/storage/datastore/type/AbstractDatastoreColumnType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public abstract class AbstractDatastoreColumnType<J, C> implements DatastoreColu
3939
/**
4040
* {@inheritDoc}
4141
*
42-
* <p>Delegates the call to the Datastore-native {@link BaseEntity.Builder#setNull setNull}.
42+
* <p>Delegates the call to the Datastore-native {@code setNull}.
4343
*/
4444
@Override
4545
public void setNull(BaseEntity.Builder<Key, Entity.Builder> storageRecord,

datastore/src/main/java/io/spine/server/storage/datastore/type/DatastoreColumnType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
/**
3131
* The contract of a {@link ColumnType} used by the Datastore storage.
3232
*
33-
* <p>Uses {@link Entity.Builder} as the record type and {@code String} as
33+
* <p>Uses {@code Entity.Builder} as the record type and {@code String} as
3434
* the column identifier type.
3535
*/
3636
@SPI

stackdriver-trace/src/main/java/io/spine/server/trace/stackdriver/SignalSpan.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
* is tracked and represented with a span so that each message handler invocation is converted into
4848
* a single span.
4949
*
50-
* <p>The exception from the span-per-handler rule is
51-
* an {@linkplain io.spine.server.aggregate.Apply event applier} invocation, which is treated as
52-
* a part of the respective command handler or event reactor.
50+
* <p>The exception from the span-per-handler rule is an event applier invocation, which is treated
51+
* as a part of the respective command handler or event reactor.
5352
*/
5453
@SuppressWarnings("WeakerAccess") // Allows customization via subclassing.
5554
public class SignalSpan {

0 commit comments

Comments
 (0)