Skip to content

Commit

Permalink
polishing with best practices subset
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoegers committed Jan 28, 2025
1 parent 3d5c9e5 commit 3295c1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/openrewrite/maven/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@NullMarked
@org.jspecify.annotations.NullMarked
package org.openrewrite.maven;

import org.jspecify.annotations.NullMarked;
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package sample;

import java.nio.file.*;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.Random;

public class EmptyBlockSample {
Expand Down

0 comments on commit 3295c1a

Please sign in to comment.