Skip to content

Commit

Permalink
Fix typo in BuildTimeContentProcessor name
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Feb 21, 2023
1 parent cdf8fa4 commit e0553a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* This creates static content that is used in dev UI. For example the index.html and any other data (json) available on build
* time
*/
public class BuiltTimeContentProcessor {
public class BuildTimeContentProcessor {
private static final String SLASH = "/";
private static final String DEV_UI = "dev-ui";
private static final String BUILD_TIME_PATH = "dev-ui-templates" + File.separator + "build-time";
Expand Down

0 comments on commit e0553a1

Please sign in to comment.