File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/de/hamburgchimps/apple/notes/liberator/data/embedded Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2626import static de .hamburgchimps .apple .notes .liberator .Constants .TABLE_DIRECTION_KEY_NAME ;
2727import static de .hamburgchimps .apple .notes .liberator .Constants .TABLE_ROOT_IDENTIFIER ;
2828import static de .hamburgchimps .apple .notes .liberator .Constants .TABLE_ROWS_KEY_NAME ;
29- import static de .hamburgchimps .apple .notes .liberator .UserMessages .*;
29+ import static de .hamburgchimps .apple .notes .liberator .UserMessages .TABLE_PARSE_ERROR_CANT_FIND_DATA ;
30+ import static de .hamburgchimps .apple .notes .liberator .UserMessages .TABLE_PARSE_ERROR_CANT_FIND_ROOT ;
31+ import static de .hamburgchimps .apple .notes .liberator .UserMessages .TABLE_PARSE_ERROR_CANT_PARSE_PROTO ;
3032import static de .hamburgchimps .apple .notes .liberator .data .embedded .TableDirection .DIRECTION_IDENTIFIER_TO_DIRECTION ;
3133import static de .hamburgchimps .apple .notes .liberator .data .embedded .TableDirection .UNKNOWN ;
3234
You can’t perform that action at this time.
0 commit comments