Skip to content

Commit

Permalink
add: document builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jun 17, 2024
1 parent ee355c7 commit dfa3a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.sakurawald.config.serializer;
package io.github.sakurawald.config.annotation;

import java.lang.annotation.*;

Expand Down
2 changes: 1 addition & 1 deletion src/test/java/BuildConfigurationDocumentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import com.google.gson.JsonArray;
import com.google.gson.JsonObject;
import io.github.sakurawald.config.model.ConfigModel;
import io.github.sakurawald.config.serializer.Comment;
import io.github.sakurawald.config.annotation.Comment;
import org.junit.jupiter.api.Test;

import java.io.File;
Expand Down

0 comments on commit dfa3a77

Please sign in to comment.