Skip to content

Commit

Permalink
Reorder imports for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 9, 2024
1 parent 56fe0a0 commit c2e3388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*/
package com.google.gwt.core.ext.soyc.impl;

import static java.nio.charset.StandardCharsets.UTF_8;

import com.google.gwt.core.ext.TreeLogger;
import com.google.gwt.dev.jjs.ast.JProgram;
import com.google.gwt.dev.jjs.ast.JRunAsync;
Expand All @@ -27,7 +29,6 @@
import java.util.List;
import java.util.zip.GZIPOutputStream;

import static java.nio.charset.StandardCharsets.UTF_8;

/**
* Records split points to a file for Compile Reports.
Expand Down
4 changes: 2 additions & 2 deletions dev/core/src/com/google/gwt/dev/util/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*/
package com.google.gwt.dev.util;

import static java.nio.charset.StandardCharsets.UTF_8;

import com.google.gwt.core.ext.TreeLogger;
import com.google.gwt.core.ext.UnableToCompleteException;
import com.google.gwt.dev.util.log.speedtracer.CompilerEventType;
Expand Down Expand Up @@ -59,8 +61,6 @@
import java.security.NoSuchAlgorithmException;
import java.util.Collection;

import static java.nio.charset.StandardCharsets.UTF_8;

/**
* A smattering of useful methods. Methods in this class are candidates for
* being moved to {@link com.google.gwt.util.tools.Utility} if they would be
Expand Down

0 comments on commit c2e3388

Please sign in to comment.