Skip to content

Commit

Permalink
Correct checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-baldwa committed Jan 23, 2025
1 parent 1ef3f3b commit c011913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/io/kafbat/ui/config/CorsProperties.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package io.kafbat.ui.config;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
import lombok.Data;

@Component
@ConfigurationProperties(prefix = "cors")
Expand Down

0 comments on commit c011913

Please sign in to comment.