Javadoc review.
This commit is contained in:
parent
358beff8de
commit
4703f068d1
1 changed files with 3 additions and 3 deletions
|
@ -19,14 +19,14 @@
|
|||
package fr.devinsy.xidyn.data;
|
||||
|
||||
/*
|
||||
* Xid uses three class to describe data:
|
||||
* Xidyn uses three classes to describe data:
|
||||
* - TagData
|
||||
* - TagsData
|
||||
* - 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.
|
||||
*
|
||||
*/
|
||||
public interface TagData
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue