Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Nov 5, 2024
1 parent be2adbe commit 582b251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public Map<String, String> getAttributes() {

@Override
public void writeAsXML(StringBuilder out) {
// All common attributes
// Writes all common attributes
writeXMLStart(out);
writeXMLEnd(out);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public Map<String, String> getAttributes() {

@Override
public void writeAsXML(StringBuilder out) {
// All common attributes
// Writes all common attributes
writeXMLStart(out);
writeXMLEnd(out);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public Map<String, String> getAttributes() {

@Override
public void writeAsXML(StringBuilder out) {
// All common attributes
// Writes all common attributes
writeXMLStart(out);
if (this.legMode != null) {
writeEncodedAttributeKeyValue(out, ATTRIBUTE_LEGMODE, this.legMode);
Expand Down

0 comments on commit 582b251

Please sign in to comment.