Skip to content

Commit

Permalink
Fix for rafael
Browse files Browse the repository at this point in the history
  • Loading branch information
haroonsherjan committed Mar 1, 2024
1 parent 3467f08 commit 468f939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static Store getStoreFromStoreProviderPointers(StoreProviderPointer storeProvide
{
if (storeProviderPointer.path.equals("ModelStore"))
{
return new Root_meta_external_store_model_ModelStore_Impl("", null, context.pureModel.getClass("meta::external::store::model::ModelStore"))
return new Root_meta_external_store_model_ModelStore_Impl("", null, context.pureModel.getClass("meta::external::store::model::ModelStore"));
}
Map<PackageableElementType, Function2<StoreProviderPointer, CompileContext, Store>> extraStoreProviderPointerHandlers = Maps.mutable.empty();
ListIterate
Expand Down

0 comments on commit 468f939

Please sign in to comment.