Added public to Query class constructor.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1027 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2007-02-16 16:12:39 +00:00
parent f5bce93123
commit cceed1acf8

View File

@@ -31,7 +31,7 @@ package xflaim;
public class Query
{
Query(
public Query(
Db jdb,
int iCollection) throws XFlaimException
{