File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/main/java/com/github/_1c_syntax/bsl/languageserver/context/symbol Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2323
2424import com .github ._1c_syntax .bsl .languageserver .context .DocumentContext ;
2525import lombok .Builder ;
26- import lombok .Builder .Default ;
2726import lombok .EqualsAndHashCode ;
28- import lombok .EqualsAndHashCode .Include ;
2927import lombok .ToString ;
3028import lombok .Value ;
3129import org .eclipse .lsp4j .Range ;
@@ -52,18 +50,18 @@ public class ModuleSymbol implements SourceDefinedSymbol {
5250 */
5351 String name ;
5452
55- @ Include
53+ @ EqualsAndHashCode . Include
5654 DocumentContext owner ;
5755
5856 Range range ;
5957
6058 /**
6159 * Область первого токена модуля
6260 */
63- @ Include
61+ @ EqualsAndHashCode . Include
6462 Range selectionRange ;
6563
66- @ Default
64+ @ Builder . Default
6765 List <SourceDefinedSymbol > children = new ArrayList <>();
6866
6967 @ Override
You can’t perform that action at this time.
0 commit comments