svn commit: r13818 - trunk/src_new/org/argouml/persistence
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-11-22 23:11:43-0800
New Revision: 13818
Modified:
trunk/src_new/org/argouml/persistence/PGML.tee
trunk/src_new/org/argouml/persistence/XmlInputStream.java
Log:
Comment updates. No functional changes.
Modified: trunk/src_new/org/argouml/persistence/PGML.tee
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/persistence/PGML.tee?view=diff&rev=13818&p1=trunk/src_new/org/argouml/persistence/PGML.tee&p2=trunk/src_new/org/argouml/persistence/PGML.tee&r1=13817&r2=13818
==============================================================================
--- trunk/src_new/org/argouml/persistence/PGML.tee (original)
+++ trunk/src_new/org/argouml/persistence/PGML.tee 2007-11-22 23:11:43-0800
@@ -14,9 +14,9 @@
]>
-<!-- This is PGML.tee, for GEF Diagrams to generate Percision Graphics -->
+<!-- This is PGML.tee, for GEF Diagrams to generate Precision Graphics -->
-<!-- Markup Langauge files. "tee" = Template with Embedded Expressions. -->
+<!-- Markup Language files. "tee" = Template with Embedded Expressions. -->
Modified: trunk/src_new/org/argouml/persistence/XmlInputStream.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/persistence/XmlInputStream.java?view=diff&rev=13818&p1=trunk/src_new/org/argouml/persistence/XmlInputStream.java&p2=trunk/src_new/org/argouml/persistence/XmlInputStream.java&r1=13817&r2=13818
==============================================================================
--- trunk/src_new/org/argouml/persistence/XmlInputStream.java (original)
+++ trunk/src_new/org/argouml/persistence/XmlInputStream.java 2007-11-22 23:11:43-0800
@@ -38,15 +38,15 @@
/**
* A BufferInputStream that is aware of XML structure.
- * It can searches for the first occurence of a named tag
+ * It searches for the first occurrence of a named tag
* and reads only the data (inclusively) from that tag
* to the matching end tag or it can search for the first
- * occurence of a named tag and read on the child tags.
+ * occurrence of a named tag and read on the child tags.
* The tag is not expected to be an empty tag.
- *
+ * <p>
* TODO: This is hardwired to assume a fixed single byte
- * character encoding. It probably needs to be updated to
- * handle multi-byte encodings. - tfm 20070607
+ * character encoding. It needs to be updated to handle different
+ * encodings, including multi-byte encodings. - tfm 20070607
*
* @author Bob Tarling
*/
@@ -75,7 +75,7 @@
* @param inStream the input stream to wrap.
* @param theTag the tag name from which to start reading
* @param theLength the expected length of the input stream
- * @param theEventSpacing the number of characers to read before
+ * @param theEventSpacing the number of characters to read before
* firing a progress event.
*/
public XmlInputStream(