From a050441aee68c3e1cfbe4c3b0f6e21c7444c06d7 Mon Sep 17 00:00:00 2001 From: Luis Villalobos Date: Wed, 19 Feb 2020 21:04:01 -0400 Subject: [PATCH] pool --- build/classes/.gitignore | 3 ++- src/helper/Pool.java | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/helper/Pool.java diff --git a/build/classes/.gitignore b/build/classes/.gitignore index 56cb553..43da84f 100644 --- a/build/classes/.gitignore +++ b/build/classes/.gitignore @@ -1,4 +1,5 @@ -/aux/ /bussinessObjects/ /communication/ +/gson-2.6.2.jar /helper/ +/json-simple-1.1.jar diff --git a/src/helper/Pool.java b/src/helper/Pool.java new file mode 100644 index 0000000..aab480f --- /dev/null +++ b/src/helper/Pool.java @@ -0,0 +1,5 @@ +package helper; + +public class Pool { + +}