Home
last modified time | relevance | path

Searched defs:trackLocation (Results 1 – 1 of 1) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/
DLogContext.java54 private boolean trackLocation; field in LogContext
56 public LogContext(boolean trackLocation) in LogContext()