All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.smartlogic.classificationserver.client.SuccessRecord Maven / Gradle / Ivy

There is a newer version: 5.6.1
Show newest version
package com.smartlogic.classificationserver.client;

/**
 * Container for a classification record that is actually a success record.
 * @author Smartlogic Semaphore
 *
 */
public class SuccessRecord extends ClassificationRecord {

	public SuccessRecord(String[] data, AuditFormat format) {
		super(data, format);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy