Skip to content
Snippets Groups Projects
Commit 638e41ca authored by alfredo's avatar alfredo
Browse files

what the hell just happened here?

parent c121e9cd
No related branches found
No related tags found
No related merge requests found
...@@ -151,13 +151,12 @@ public class Domain { ...@@ -151,13 +151,12 @@ public class Domain {
} }
else continue; else continue;
if(a != null) try {
try { // inserimento moduli debian9, Arduino1
// inserimento moduli debian9, Arduino1 DBC.fillModules(a, b, s1[i]);
DBC.fillModules(a, b, s1[i]); } catch (SQLException | JSONException e) {
} catch (SQLException | JSONException e) { e.printStackTrace();
e.printStackTrace(); }
}
} }
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment