[commit] r2326 - trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/Generator
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Aug 30 16:26:16 CDT 2013
Author: ksmyth
Date: Fri Aug 30 16:26:16 2013
New Revision: 2326
Log:
DsmlGenerator: use override or new where applicable
Modified:
trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/Generator/FcoSrcDstEnd.cs
Modified: trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/Generator/FcoSrcDstEnd.cs
==============================================================================
--- trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/Generator/FcoSrcDstEnd.cs Fri Aug 30 16:21:06 2013 (r2325)
+++ trunk/SDK/DotNet/DsmlGenerator/CSharpDsmlGenerator/Generator/FcoSrcDstEnd.cs Fri Aug 30 16:26:16 2013 (r2326)
@@ -426,7 +426,7 @@
newDstConnections.Comments.Add(
new CodeCommentStatement(Configuration.Comments.DstConnections, true));
- if (baseClassesWoObject.Any(x => x.MetaBase.MetaRef == Subject.MetaBase.MetaRef)
+ if (baseClassesWoObject.Any(x => x.MetaBase.MetaRef == Subject.MetaBase.MetaRef))
{
newDstConnections.Attributes = newDstConnections.Attributes | MemberAttributes.New;
}
More information about the gme-commit
mailing list