diff src/luan/modules/lucene/PostgresBackup.java @ 1420:225808b90cee

options handling
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 26 Oct 2019 22:21:09 -0600
parents 27efb1fcbcb5
children d21a7cf8fa9e
line wrap: on
line diff
--- a/src/luan/modules/lucene/PostgresBackup.java	Fri Oct 25 22:12:06 2019 -0600
+++ b/src/luan/modules/lucene/PostgresBackup.java	Sat Oct 26 22:21:09 2019 -0600
@@ -36,9 +36,10 @@
 	private int trans = 0;
 	private final LuanToString luanToString = new LuanToString();
 
-	PostgresBackup(Luan luan,Map spec)
+	PostgresBackup(Luan luan,LuanTable spec)
 		throws ClassNotFoundException, SQLException, LuanException
 	{
+		spec = new LuanTable(spec);
 		this.luanLogger = luan.getLogger(PostgresBackup.class);
 /*
 		Class.forName("org.postgresql.Driver");