Skip to content

Commit

Permalink
[MatisseLaraApi] Removes references to non-existing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Aug 2, 2024
1 parent 843f846 commit 25270b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
*
*/
public enum LaraApiCompatibilityResource implements LaraResourceProvider {
MATISSE("Matisse.lara"),
MATISSE_OPTIONS("MatisseOptions.lara");

// MATISSE("Matisse.lara"),
// MATISSE_OPTIONS("MatisseOptions.lara");
;
private final String resource;

private static final String WEAVER_PACKAGE = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
*/
public enum LaraApiResource implements LaraResourceProvider {
MATISSE("Matisse.lara"),
// MATISSE("Matisse.lara"),
MATISSE_ASPECTS("MatisseAspects.lara"),
MATISSE_INTERNAL("MatisseInternal.lara");

Expand Down

0 comments on commit 25270b3

Please sign in to comment.