Skip to content

Commit

Permalink
WebAPI review
Browse files Browse the repository at this point in the history
  • Loading branch information
muratcakir committed Sep 28, 2022
1 parent c197605 commit 9c6f4ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public void Build(ODataModelBuilder builder, int version)

public string GetXmlCommentsFilePath(IApplicationContext appContext, int version)
{
// // TODO: (mg) (core) Why PHYSICAL path?
return appContext.ModuleCatalog.GetModuleByName(Module.SystemName)?.XmlCommentsPath;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Smartstore/Engine/Modularity/IModuleDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public interface IModuleDescriptor : IExtensionDescriptor, IExtensionLocation
/// <summary>
/// The full physical path of the XML file containing source code comments.
/// </summary>
public string XmlCommentsPath { get; }
public string XmlCommentsPath { get; } // TODO: (mg) (core) Remove please!

/// <summary>
/// Gets the module's runtime assembly info.
Expand Down

0 comments on commit 9c6f4ee

Please sign in to comment.