Skip to content

Commit

Permalink
Agrego lista de equipos en Terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
juansalinas-xyz committed Nov 26, 2015
1 parent 8a389d3 commit 1ec45dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Entities/Equipment/Terminal.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
package Entities.Equipment;

import java.util.ArrayList;

/**
* Created by efridman on 14/11/15.
*/
public class Terminal {

private ArrayList<Equipment> equipments = new ArrayList<>();


}

0 comments on commit 1ec45dd

Please sign in to comment.