Skip to content

Commit

Permalink
fix: add Dict import to the derived type when used in base type (box/…
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Oct 23, 2024
1 parent 996944c commit d6212c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "c238685", "specHash": "e798cb1", "version": "0.1.0" }
{ "engineHash": "80d1f7a", "specHash": "e798cb1", "version": "0.1.0" }
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import com.box.sdkgen.schemas.clienterror.ClientErrorCodeField;
import com.box.sdkgen.schemas.clienterror.ClientErrorTypeField;
import com.box.sdkgen.serialization.json.EnumWrapper;
import java.util.Map;
import java.util.Objects;

public class ConflictError extends ClientError {
Expand Down

0 comments on commit d6212c8

Please sign in to comment.