Skip to content

Commit

Permalink
chore: Pre-fix some files that may need to be excluded from spotless. (
Browse files Browse the repository at this point in the history
…#366)

Signed-off-by: Joseph Sinclair <[email protected]>
  • Loading branch information
jsync-swirlds authored Jan 17, 2025
1 parent 7951e94 commit 31fdb7d
Show file tree
Hide file tree
Showing 16 changed files with 3,621 additions and 3,493 deletions.
1,187 changes: 610 additions & 577 deletions pbj-core/pbj-compiler/src/main/java/com/hedera/pbj/compiler/impl/Common.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
// SPDX-License-Identifier: Apache-2.0
package com.hedera.pbj.compiler.impl;

import com.hedera.pbj.compiler.impl.grammar.Protobuf3Parser.*;

import java.io.File;
import java.util.List;
import com.hedera.pbj.compiler.impl.grammar.Protobuf3Parser.EnumDefContext;
import com.hedera.pbj.compiler.impl.grammar.Protobuf3Parser.MessageDefContext;
import com.hedera.pbj.compiler.impl.grammar.Protobuf3Parser.MessageTypeContext;
import com.hedera.pbj.compiler.impl.grammar.Protobuf3Parser.FieldContext;
import com.hedera.pbj.compiler.impl.grammar.Protobuf3Parser.Type_Context;
import com.hedera.pbj.compiler.impl.grammar.Protobuf3Parser.OneofFieldContext;

/**
* Wrapper around LookupHelper adding the context of which protobuf source file the lookup is happening within. This
Expand Down
Loading

0 comments on commit 31fdb7d

Please sign in to comment.