Skip to content

Commit

Permalink
quitado static de atributo laberinto en clase problema
Browse files Browse the repository at this point in the history
  • Loading branch information
LuGuDu committed Nov 16, 2020
1 parent 2ec9fbe commit 8a79de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SistemasInteligentes/src/practica/busqueda/Problem.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Problem {
private String objective;
@SerializedName("MAZE")
private String maze;
private static Labyrinth lab;
private Labyrinth lab;
private String path;

public Problem () {
Expand Down

0 comments on commit 8a79de9

Please sign in to comment.