st-tu-dresden/salespoint

Typo in ChargeLine Class

Closed this issue · 1 comments

In ChargeLine.java:110:
public boolean belongsTo(OrderLine oderLine) { ... }
"oderLine" should probably be orderLine.

That's merged, thanks!