#467 data-bus: add missing javadoc

This commit is contained in:
Paul Campbell
2017-04-01 18:12:56 +01:00
parent 146f367188
commit 86009f2261
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ SOFTWARE.
package com.iluwatar.databus;
/**
* .
* Base for data to send via the Data-Bus.
*
* @author Paul Campbell (pcampbell@kemitix.net)
*/

View File

@ -27,7 +27,7 @@ import com.iluwatar.databus.AbstractDataType;
import com.iluwatar.databus.DataType;
/**
* .
* An event raised when a string message is sent.
*
* @author Paul Campbell (pcampbell@kemitix.net)
*/

View File

@ -29,7 +29,7 @@ import com.iluwatar.databus.DataType;
import java.time.LocalDateTime;
/**
* .
* An event raised when applications stops, containing the stop time of the application.
*
* @author Paul Campbell (pcampbell@kemitix.net)
*/