Minor comment fix for preproc.

This commit is contained in:
A Pottinger
2020-04-26 09:56:13 -07:00
parent e543edce99
commit 206487a162

View File

@@ -688,6 +688,12 @@ public class PreprocessIssueMessageSimplifier {
}
}
/**
* =====================
* == Utility classes ==
* =====================
*/
/**
* Simple automaton that reads backwards from a position in source to find the prior token.
*