Made all variables and parameter final where available

This commit is contained in:
Niklas Birk
2019-04-02 20:34:15 +02:00
parent 4a0b04aefe
commit d4e54493c7
13 changed files with 95 additions and 117 deletions

View File

@ -0,0 +1,8 @@
package search.heuristic;
import static org.junit.jupiter.api.Assertions.*;
class AStarTest
{
}