Searched refs:DEFAULT_IGNORE_BOGONS (Results 1 – 1 of 1) sorted by relevance
48 private static boolean DEFAULT_IGNORE_BOGONS = false; field in Parser60 private boolean ignoreBogons = DEFAULT_IGNORE_BOGONS;300 theFeatures.put(ignoreBogonsFeature, truthValue(DEFAULT_IGNORE_BOGONS)); in theFeatures.put() argument