Update library/src/main/java/org/mustangproject/IncludedNote.java
Typo error. Thank you for your attention Co-authored-by: Jueverhard <48631987+Jueverhard@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,7 @@ public class IncludedNote {
|
|||||||
return new IncludedNote(content, SubjectCode.AAK);
|
return new IncludedNote(content, SubjectCode.AAK);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IncludedNote paymetTermNote(String content) {
|
public static IncludedNote paymentTermNote(String content) {
|
||||||
return new IncludedNote(content, SubjectCode.AAB);
|
return new IncludedNote(content, SubjectCode.AAB);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user