Skip to content
Snippets Groups Projects

Merge 'develop' into 'master'.

Merged BEAUVAIS ANTOINE requested to merge develop into master
Viewing commit b1a7f835
Show latest version
2 files
+ 160
1
Preferences
Compare changes
Files
2
@@ -38,7 +38,6 @@ public class Transaction {
* Class constructor.
* @param item Item's identifier.
* @param type Transaction type.
* @param amount Transaction's amount.
* @param quantity Quantity of items involved.
*/
public Transaction(Integer item, Integer type, Integer quantity)