Javadoc review.

This commit is contained in:
Christian P. MOMON 2016-09-19 02:31:18 +02:00
parent 358beff8de
commit 4703f068d1

View file

@ -19,14 +19,14 @@
package fr.devinsy.xidyn.data; package fr.devinsy.xidyn.data;
/* /*
* Xid uses three class to describe data: * Xidyn uses three classes to describe data:
* - TagData * - TagData
* - TagsData * - TagsData
* - TagsDataById * - TagsDataById
* Others class that doesn't extends these won't be use by Xid. *
* Others classes that do not extends these won't be use by Xidyn.
* *
* This interface helps to express this fact. * This interface helps to express this fact.
*
*/ */
public interface TagData public interface TagData
{ {