//Dstl (c) Crown Copyright 2017 package uk.gov.dstl.baleen.consumers.csv; import uk.gov.dstl.baleen.consumers.csv.internals.CsvRelation; /** * For consistency and clarity of code, this class is a wrapper for {@link uk.gov.dstl.baleen.consumers.csv.internals.CsvRelation}. * Including CsvRelation directly in this package and refactoring it to Relation would require us to fully qualify the type Relation in the class. */ public class Relation extends CsvRelation { }