Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@101483 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
969f1341e8
commit
6861cf86fe
|
@ -32,7 +32,7 @@ public class CodelistDocument implements SDMXDocument {
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public String getDescription() {
|
public String getDescription() {
|
||||||
return "Select this document if you want to retrive codelist";
|
return "Select this document if you want to retrieve codelist";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -33,7 +33,7 @@ public class DatasetDocument implements SDMXDocument {
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
public String getDescription() {
|
public String getDescription() {
|
||||||
return "Select this document if you want to retrive dataset";
|
return "Select this document if you want to retrieve dataset";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue