Skip to content

Commit 86009f2

Browse files
committed
iluwatar#467 data-bus: add missing javadoc
1 parent 146f367 commit 86009f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

data-bus/src/main/java/com/iluwatar/databus/AbstractDataType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ of this software and associated documentation files (the "Software"), to deal
2525
package com.iluwatar.databus;
2626

2727
/**
28-
* .
28+
* Base for data to send via the Data-Bus.
2929
*
3030
* @author Paul Campbell (pcampbell@kemitix.net)
3131
*/

data-bus/src/main/java/com/iluwatar/databus/data/MessageData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import com.iluwatar.databus.DataType;
2828

2929
/**
30-
* .
30+
* An event raised when a string message is sent.
3131
*
3232
* @author Paul Campbell (pcampbell@kemitix.net)
3333
*/

data-bus/src/main/java/com/iluwatar/databus/data/StoppingData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import java.time.LocalDateTime;
3030

3131
/**
32-
* .
32+
* An event raised when applications stops, containing the stop time of the application.
3333
*
3434
* @author Paul Campbell (pcampbell@kemitix.net)
3535
*/

0 commit comments

Comments
 (0)