Skip to content

Commit 63ebe61

Browse files
committed
remove excessive comments
1 parent 82ca334 commit 63ebe61

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/MoBi.Core/Domain/Extensions/EntityExtensions.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ public static bool IsMoleculeProperties(this IContainer container)
1616
return container.IsNamed(Constants.MOLECULE_PROPERTIES);
1717
}
1818

19-
/// <summary>
20-
/// Returns <c>true</c> for the global <c>MoleculeProperties</c> container that is a special member of a
21-
/// <see cref="OSPSuite.Core.Domain.Builder.SpatialStructure" /> (created with <see cref="ContainerType.Molecule" />),
22-
/// as opposed to the local <c>MoleculeProperties</c> containers nested in physical containers.
23-
/// </summary>
2419
public static bool IsGlobalMoleculeProperties(this IContainer container)
2520
{
2621
return container.IsMoleculeProperties() && container.ContainerType == ContainerType.Molecule;

0 commit comments

Comments
 (0)