Fix race-condition: reconciler versus ast cache
This commit is contained in:
@@ -12,15 +12,15 @@ package org.springframework.ide.vscode.java.properties.parser;
|
||||
|
||||
/**
|
||||
* Basic Parser interface
|
||||
*
|
||||
*
|
||||
* @author Alex Boyko
|
||||
*
|
||||
*/
|
||||
public interface Parser {
|
||||
|
||||
|
||||
/**
|
||||
* Parses passed in text based on Java Properties format
|
||||
*
|
||||
*
|
||||
* @param text Text to parse
|
||||
* @return Results of the parsing. See {@link ParseResults}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user