bank account number have to be a constant

This commit is contained in:
Sebastian Brosch 2024-10-20 19:03:44 +02:00
parent c34ea164f2
commit b0f40f726e
Signed by: sebastianbrosch
GPG Key ID: 66E3143B54A6CF10

View File

@ -23,7 +23,7 @@ public class Account {
/**
* The bank account number.
*/
public long number = 0;
public final long number;
/**
* Constructor to create a new bank account.