Skip to content

Commit

Permalink
fixed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xhansdampf committed Jun 26, 2016
1 parent c2c1062 commit 57276fc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.nio.charset.Charset;

/**
* The kassiopeia time series converter for the strace time series class
* The kassiopeia time series converter for the string-time-series class
* based on de.qaware.chronix.converter.KassiopeiaSimpleConverter
*
* @author f.lautenschlager & m.jalowski
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.util.function.Function;

/**
* Holds default group by and reduce functions for the kassiopeia-strace time series
* Holds default group by and reduce functions for the kassiopeia string-time-series
*
* @author f.lautenschlager & m.jalowski
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
import java.util.List;

/**
* The json serializer for the kassiopeia strace
*time series
* The json serializer for the kassiopeia string-time-series
*
* @author f.lautenschlager & m.jalowski
*/
Expand All @@ -45,7 +44,7 @@ public class JsonKassiopeiaStringSerializer {
private final Gson gson;

/**
* Constructs a new JsonKassiopeiaSimpleSerializer.
* Constructs a new JsonKassiopeiaStringSerializer.
*/
public JsonKassiopeiaStringSerializer() {
GsonBuilder gsonBuilder = new GsonBuilder();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import java.util.List;

/**
* Class to easily convert the protocol buffer into Point<Long,Double>
* Class to easily convert the protocol buffer into StringPoint<Long,String>
*
* @author f.lautenschlager & m.jalowski
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package de.qaware.chronix.timeseries.dt
import spock.lang.Specification

/**
* Unit test for the strace-point class
* Unit test for the string-point class
*/
class StringPointTest extends Specification {

Expand Down

0 comments on commit 57276fc

Please sign in to comment.