Skip to content

Commit

Permalink
Kommentar ergänzt
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli B committed May 13, 2024
1 parent 4c8acf4 commit 8a17e72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/test/java/gdv/xport/satz/xml/XmlServiceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ private static void checkCloning(SatzXml orig) {
}
}

// In manchen TDs gibt es mehrdeutige Feldbezeichnungen. Deswegen wird
// ueber die ByteAdressen iteriert.
private static void checkFeldCloning(Satz orig, Satz copy) {
for (Teildatensatz origTds : orig.getTeildatensaetze()) {
for (Feld feld : origTds.getFelder()) {
Expand Down

0 comments on commit 8a17e72

Please sign in to comment.