Commit 610d9530 authored by R.W.Majeed's avatar R.W.Majeed
Browse files

javadoc fixed

parent 60a47a7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ abstract class VisitFragmentParser extends GroupedXMLWriter {
	/**
	 * Called after each patient fragment was parsed.
	 * The patient fragment does not contain any encounters,
	 * these are provided to {@link #visitFragment(Node)}.
	 * these are provided to {@link #visitFragment(Element)}.
	 * @param patient patient node
	 * @throws ObservationException error
	 */
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ class Table implements TableWriter{
	private final CSVWriter export;
	private PrintWriter out;
	/**
	 * @param csvWriter
	 * @throws IOException 
	 * @param csvWriter CSV writer
	 * @throws IOException IO error
	 */
	Table(CSVWriter csvWriter, String filename) throws IOException {
		export = csvWriter;
+2 −2
Original line number Diff line number Diff line
@@ -58,8 +58,8 @@ public abstract class I2b2Extractor implements ObservationSupplier {
	 * <p>
	 * 	
	 * </p>
	 * @param factory
	 * @param dbc
	 * @param factory extractor factory
	 * @param dbc database connection
	 * @throws SQLException error
	 */
	I2b2Extractor(I2b2ExtractorFactory factory, Connection dbc) throws SQLException {