Skip to content

Commit

Permalink
Restructure update
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Apr 27, 2024
1 parent ea55fb6 commit 3b13eae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class JWebMPServicesBindings
@Override
public void configure()
{
bind(Page.class).to(IPage.class);
bind(IPage.class).to(Page.class);

//noinspection unchecked
bind(JWebMPServicesBindings.IPageConfiguratorsKey)
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/jwebmp/core/utilities/EscapeChars.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/
package com.jwebmp.core.utilities;

import com.guicedee.services.jsonrepresentation.json.StaticStrings;
import org.apache.commons.text.StringEscapeUtils;

import jakarta.validation.constraints.NotNull;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@

// exports com.jwebmp.core.generics;

exports com.jwebmp.core.annotations;
// exports com.jwebmp.core.annotations;

exports com.jwebmp.core.htmlbuilder.css;
exports com.jwebmp.core.htmlbuilder.css.animatable;
Expand Down

0 comments on commit 3b13eae

Please sign in to comment.