Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.EclipsePlug-ins
Commits
03d43328
Commit
03d43328
authored
Mar 25, 2021
by
Arpad Lovassy
Committed by
Gerrit Code Review
Mar 25, 2021
Browse files
Merge "Synchronize parse tree logging"
parents
f0f03d26
e4d06515
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/ParserLogger.java
View file @
03d43328
...
...
@@ -55,7 +55,7 @@ public final class ParserLogger {
* @param aPrinter printer
* @param aDescription description of the parsing type, for the logging (for example: TTCN-3, Cfg, ASN.1)
*/
public
static
void
log
(
final
ParseTree
aRoot
,
public
static
synchronized
void
log
(
final
ParseTree
aRoot
,
final
Parser
aParser
,
final
TokenNameResolver
aTokenNameResolver
,
final
IPrinter
aPrinter
,
...
...
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