Author: sebawagner
Date: Tue Nov 27 03:13:39 2012
New Revision: 1413980
URL: http://svn.apache.org/viewvc?rev=1413980&view=rev
Log:
Add some some hot-links to comments
Modified:
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/test/labels/FillLabels.java
Modified:
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/test/labels/FillLabels.java
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/test/labels/FillLabels.java?rev=1413980&r1=1413979&r2=1413980&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/test/labels/FillLabels.java
(original)
+++
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/test/labels/FillLabels.java
Tue Nov 27 03:13:39 2012
@@ -47,14 +47,14 @@ import org.junit.Test;
* can also specify some labels that are overwritten from the master file to
all
* other files.<br/>
* <br/>
- * It will read first the masterLangFile and then all other XML files and fill
- * it. Practically I have put "english.xml" in the masterLangFile, so you can
+ * It will read first the {@link #masterLangFile} and then all other XML files
and fill
+ * it. Practically I have put "english.xml" in the {@link #masterLangFile}, so
you can
* add new labels to the english.xml, run the test, refresh Eclipse and all
* other lang files should have the new label(s) too.<br/>
* <br/>
* It is also possible to replace existing other labels, just see the array
- * variable: replaceIds. All Ids, in that array will be synced from the
- * masterLangFile to all other languages.<br/>
+ * variable: {@link #replaceIds}. All Ids, in that array will be synced from
the
+ * {@link #masterLangFile} to all other languages.<br/>
* <br/>
* The Junit test also does some tests, for example it fails if it detects
* duplicate labelid's.<br/>