Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Fix according to long/short project id #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Orlova committed Mar 4, 2021
1 parent aac2229 commit 49a143d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -25,7 +25,7 @@
import java.util.HashMap;
import java.util.Map;

@Component("grapesJs_GjsBlocksRepository")
@Component("grpjs_GjsBlocksRepository")
public class GjsBlocksRepositoryImpl implements GjsBlocksRepository {

protected Map<String, GjsBlock> registeredBlocks = new HashMap<>();
Expand Down
Expand Up @@ -27,7 +27,7 @@
import java.util.HashMap;
import java.util.Map;

@Component("grapesJs_GjsPluginsRepository")
@Component("grpjs_GjsPluginsRepository")
public class GjsPluginsRepositoryImpl implements GjsPluginsRepository {
@Autowired
protected Resources resources;
Expand Down

0 comments on commit 49a143d

Please sign in to comment.