Index: applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/common/FeatFormulaErr2.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/common/FeatFormulaErr2.java	(revision 34153)
+++ applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/common/FeatFormulaErr2.java	(revision 36092)
@@ -25,5 +25,5 @@
  * Title: FeatFormulaErr2 (Formula Evaluation Shared Feature) common record part
  * <P>
- * This record part specifies Formula Evaluation & Error Ignoring data 
+ * This record part specifies Formula Evaluation &amp; Error Ignoring data 
  *  for a sheet, stored as part of a Shared Feature. It can be found in 
  *  records such as {@link FeatRecord}.
Index: applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/LessThanPtg.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/LessThanPtg.java	(revision 34153)
+++ applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/LessThanPtg.java	(revision 36092)
@@ -19,5 +19,5 @@
 
 /**
- * Less than operator PTG "<". The SID is taken from the 
+ * Less than operator PTG "&lt;". The SID is taken from the 
  * Openoffice.orgs Documentation of the Excel File Format,
  * Table 3.5.7
Index: applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFDataFormat.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFDataFormat.java	(revision 34153)
+++ applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFDataFormat.java	(revision 36092)
@@ -40,5 +40,5 @@
  * with a prefix "[$-xxx]" (where xxx is a 1-7 digit hexadecimal number).
  * See the Microsoft article
- * <a href="http://office.microsoft.com/assistance/hfws.aspx?AssetID=HA010346351033&CTT=6&Origin=EC010272491033">
+ * <a href="http://office.microsoft.com/assistance/hfws.aspx?AssetID=HA010346351033&amp;CTT=6&amp;Origin=EC010272491033">
  *   Creating international number formats
  * </a> for more details on these codes.
Index: applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFRow.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFRow.java	(revision 34153)
+++ applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFRow.java	(revision 36092)
@@ -95,5 +95,5 @@
      *
      * @return HSSFCell a high level representation of the created cell.
-     * @throws IllegalArgumentException if columnIndex < 0 or greater than 255,
+     * @throws IllegalArgumentException if columnIndex &lt; 0 or greater than 255,
      *   the maximum number of columns supported by the Excel binary format (.xls)
      */
@@ -113,5 +113,5 @@
      *
      * @return HSSFCell a high level representation of the created cell.
-     * @throws IllegalArgumentException if columnIndex < 0 or greater than 255,
+     * @throws IllegalArgumentException if columnIndex &lt; 0 or greater than 255,
      *   the maximum number of columns supported by the Excel binary format (.xls)
      */
Index: applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFWorkbook.java	(revision 34153)
+++ applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFWorkbook.java	(revision 36092)
@@ -299,5 +299,5 @@
     /**
      * Get the HSSFSheet object at the given index.
-     * @param index of the sheet number (0-based physical & logical)
+     * @param index of the sheet number (0-based physical &amp; logical)
      * @return HSSFSheet at the provided index
      */
Index: applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java	(revision 34153)
+++ applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/filesystem/POIFSDocumentPath.java	(revision 36092)
@@ -167,5 +167,5 @@
      * @return the nth component;
      *
-     * @exception ArrayIndexOutOfBoundsException if n < 0 or n >=
+     * @exception ArrayIndexOutOfBoundsException if n &lt; 0 or n &gt;=
      *                                           length()
      */
Index: applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/property/DirectoryProperty.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/property/DirectoryProperty.java	(revision 34153)
+++ applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/property/DirectoryProperty.java	(revision 36092)
@@ -116,7 +116,7 @@
          * @param o2 second object to compare, better be a Property
          *
-         * @return negative value if o1 <  o2,
+         * @return negative value if o1 &lt;  o2,
          *         zero           if o1 == o2,
-         *         positive value if o1 >  o2.
+         *         positive value if o1 &gt;  o2.
          */
         public int compare(Property o1, Property o2)
Index: applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/formula/Formula.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/formula/Formula.java	(revision 34153)
+++ applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/formula/Formula.java	(revision 36092)
@@ -144,5 +144,5 @@
 	 * The return value is usually not the same as the location of the cell containing this formula.
 	 *
-	 * @return the firstRow & firstColumn of an array formula or shared formula that this formula
+	 * @return the firstRow &amp; firstColumn of an array formula or shared formula that this formula
 	 * belongs to.  <code>null</code> if this formula is not part of an array or shared formula.
 	 */
Index: applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Row.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Row.java	(revision 34153)
+++ applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Row.java	(revision 36092)
@@ -31,5 +31,5 @@
      * @param column - the column number this cell represents
      * @return Cell a high level representation of the created cell.
-     * @throws IllegalArgumentException if columnIndex < 0 or greater than the maximum number of supported columns
+     * @throws IllegalArgumentException if columnIndex &lt; 0 or greater than the maximum number of supported columns
      * (255 for *.xls, 1048576 for *.xlsx)
      */
@@ -44,5 +44,5 @@
      * @param column - the column number this cell represents
      * @return Cell a high level representation of the created cell.
-     * @throws IllegalArgumentException if columnIndex < 0 or greate than a maximum number of supported columns
+     * @throws IllegalArgumentException if columnIndex &lt; 0 or greate than a maximum number of supported columns
      * (255 for *.xls, 1048576 for *.xlsx)
      */
@@ -53,5 +53,5 @@
      *
      * @param rowNum  the row number (0-based)
-     * @throws IllegalArgumentException if rowNum < 0
+     * @throws IllegalArgumentException if rowNum &lt; 0
      */
     void setRowNum(int rowNum);
@@ -78,5 +78,5 @@
      *
      * @return the cell at the given (0 based) index
-     * @throws IllegalArgumentException if cellnum < 0 or the specified MissingCellPolicy is invalid
+     * @throws IllegalArgumentException if cellnum &lt; 0 or the specified MissingCellPolicy is invalid
      * @see Row#RETURN_NULL_AND_BLANK
      * @see Row#RETURN_BLANK_AS_NULL
Index: applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Workbook.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Workbook.java	(revision 34153)
+++ applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Workbook.java	(revision 36092)
@@ -31,5 +31,5 @@
      * Get the Sheet object at the given index.
      *
-     * @param index of the sheet number (0-based physical & logical)
+     * @param index of the sheet number (0-based physical &amp; logical)
      * @return Sheet at the provided index
      */
Index: applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/IntList.java
===================================================================
--- applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/IntList.java	(revision 34153)
+++ applications/editors/josm/plugins/opendata/includes/org/apache/poi/util/IntList.java	(revision 36092)
@@ -185,5 +185,5 @@
      *
      * @exception IndexOutOfBoundsException if the index is out of
-     *            range (index < 0 || index >= size()).
+     *            range (index &lt; 0 || index &gt;= size()).
      */
 
