Skip to content

Commit

Permalink
move converter and delete unused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Sep 9, 2024
1 parent 3691a5c commit 4562579
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
1 change: 0 additions & 1 deletion hildr-node/src/main/java/io/optimism/cli/Cli.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import ch.qos.logback.classic.Level;
import io.micrometer.tracing.Tracer;
import io.optimism.cli.typeconverter.LogLevelConverter;
import io.optimism.cli.typeconverter.SyncModeConverter;
import io.optimism.common.HildrServiceExecutionException;
import io.optimism.config.Config;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* specific language governing permissions and limitations under the License.
*/

package io.optimism.cli.typeconverter;
package io.optimism.cli;

import ch.qos.logback.classic.Level;
import org.apache.commons.lang3.StringUtils;
Expand Down

This file was deleted.

0 comments on commit 4562579

Please sign in to comment.