Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fred Eisele
fql
Commits
7aa6b529
Commit
7aa6b529
authored
Aug 31, 2018
by
Fred Eisele
Browse files
comment out logger
parent
ebedf7b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/catdata/Program.java
View file @
7aa6b529
...
...
@@ -7,13 +7,18 @@ import java.util.LinkedList;
import
java.util.List
;
import
java.util.Map
;
import
java.util.function.Function
;
// import java.util.logging.Logger;
import
org.jparsec.error.Location
;
import
org.jparsec.error.ParseErrorDetails
;
import
org.jparsec.error.ParserException
;
// import catdata.aql.exp.AqlLoaderListener;
public
class
Program
<
X
>
implements
Prog
{
// private static Logger log = Logger.getLogger(Program.class.getName());
//TODO aql
public
long
timeout
()
{
if
(
options
.
containsKey
(
"timeout"
))
{
...
...
@@ -95,7 +100,8 @@ public class Program<X> implements Prog {
if
(
decl
.
second
==
null
||
decl
.
third
==
null
)
{
Util
.
anomaly
();
}
order
.
add
(
decl
.
first
);
order
.
add
(
decl
.
first
);
// log.info(decl.toString());
}
this
.
options
=
Util
.
toMapSafely
(
options
);
this
.
kindOf
=
k
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment