Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
997 |
aurelien |
1 |
package org.tela_botanica.client.i18n;
|
992 |
aurelien |
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Interface to represent the constants contained in resource bundle:
|
|
|
5 |
* '/home/aurelien/web/cel_GWT2/src/org/tela_botanica/client/i18n/Messages.properties'.
|
|
|
6 |
*/
|
|
|
7 |
public interface Messages extends com.google.gwt.i18n.client.Constants {
|
|
|
8 |
|
|
|
9 |
}
|