update comment to new lc group

This commit is contained in:
Максим Бачинский 2020-05-28 00:15:53 +03:00
parent f3bd3b2f69
commit 62d3467a59
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class LcGroup {
*/
public static final LcGroup UI_LIFECYCLE = new LcGroup("UI_LIFECYCLE");
/**
* Logging group to log UI lifecycle (onCreate, onStart, onResume etc.).
* Logging group to log api validation errors.
*/
public static final LcGroup API_VALIDATION = new LcGroup("API_VALIDATION");