quelea-projection / Quelea

Open source projection software for churches.
https://quelea.org
GNU General Public License v3.0
154 stars 145 forks source link

Needless variable in CreateTimerPanel.parsable #564

Closed berry120 closed 1 year ago

berry120 commented 1 year ago

CreateTimerPanel.parsable() (line 252 ish) declares a needless variable. Instead of this, the variable can just be returned.

island-coder commented 1 year ago

Can I work on this? How do I locate the problem file?

berry120 commented 1 year ago

CreateTimerPanel.java is the problem file - you should be able to find that in the repository :-) Sure, assigned to you!

island-coder commented 1 year ago

I submitted a pull request