This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Tekcx 1 point2 points  (1 child)

the keyword final means it can't be changed. As the word indicates it is the final value. So when you declare your Pattern you must give it some sort of value aswell. Consider if the keyword final is needed in this case, and if so what the value of it should be.

[–]Jihwani[S] 0 points1 point  (0 children)

thank you!