removed author comment

This commit is contained in:
2014-04-30 07:51:53 +02:00
parent 486d11db2b
commit 76ce595f87
7 changed files with 0 additions and 25 deletions

View File

@@ -453,11 +453,6 @@ public class DataDeserializerMDA implements DataDeserializer {
}
}
/**
* Helper class
* @author ebner
*
*/
class RecursiveReturnContainer{
private List<Message> message = new ArrayList<Message>();
private List<Metadata> metadata = new ArrayList<>();

View File

@@ -24,10 +24,6 @@ import java.util.List;
import ch.psi.plot.Plot;
/**
* @author ebner
*
*/
public class DataVisualization {
private final Plot plot;

View File

@@ -25,9 +25,6 @@ import ch.psi.plot.Plot;
* Metadata of a group of XYSeries.
* This metadata holds the information needed by the DataVisualizer
* to plot series.
*
* @author ebner
*
*/
public class XYSeriesArrayDataFilter implements SeriesDataFilter {

View File

@@ -26,9 +26,6 @@ import ch.psi.plot.xy.XYSeriesP;
* Metadata of a group of XYSeries.
* This metadata holds the information needed by the DataVisualizer
* to plot series.
*
* @author ebner
*
*/
public class XYSeriesDataFilter implements SeriesDataFilter{

View File

@@ -21,10 +21,6 @@ package ch.psi.fda.ui.visualizer;
import ch.psi.plot.Plot;
/**
* @author ebner
*
*/
public class XYZSeriesArrayDataFilter implements SeriesDataFilter {
private final String idY;

View File

@@ -21,10 +21,6 @@ package ch.psi.fda.ui.visualizer;
import ch.psi.plot.Plot;
/**
* @author ebner
*
*/
public class XYZSeriesDataFilter implements SeriesDataFilter {
private final String idX;

View File

@@ -37,8 +37,6 @@ import ch.psi.fda.messages.Message;
import ch.psi.fda.messages.Metadata;
/**
* @author ebner
*
* For testing whether the created MDA file is correct use following
* program on a SLS SL5 beamline console (or slslc05/06)
*/