|
From: <mcu...@us...> - 2012-12-13 06:11:56
|
Revision: 1507
http://orm.svn.sourceforge.net/orm/?rev=1507&view=rev
Author: mcurland
Date: 2012-12-13 06:11:48 +0000 (Thu, 13 Dec 2012)
Log Message:
-----------
Fixed build warning from [1506].
Modified Paths:
--------------
trunk/ORMModel/ObjectModel/Verbalization.cs
trunk/Setup/Readme.htm
Modified: trunk/ORMModel/ObjectModel/Verbalization.cs
===================================================================
--- trunk/ORMModel/ObjectModel/Verbalization.cs 2012-12-13 06:10:08 UTC (rev 1506)
+++ trunk/ORMModel/ObjectModel/Verbalization.cs 2012-12-13 06:11:48 UTC (rev 1507)
@@ -2734,8 +2734,7 @@
/// <param name="objectType">The object type to get the name from. If the object type is a
/// reference mode value type, then it is treated as multiple names.</param>
/// <param name="originalName">The name as entered in the model.</param>
- /// <param name="style">The verbalization style for this name. Pre-extracted from the <paramref name="verbalizationOptions"/>, or
- /// set explicitly when processing different parts of composite generated object type names.</param>
+ /// <param name="style">The verbalization style for this name.</param>
/// <param name="removeSeparatedCharacters">A list of characters to remove from the generated name and treat as spaces. Used when separating combined names.</param>
/// <param name="builder">A string builder to append new names to. Can be null on first call, in which case a string is returned.</param>
/// <param name="spacePending">A space should be added before the next text part. Used with recursive calls when the style has spaces between the names. Initially false.</param>
Modified: trunk/Setup/Readme.htm
===================================================================
--- trunk/Setup/Readme.htm 2012-12-13 06:10:08 UTC (rev 1506)
+++ trunk/Setup/Readme.htm 2012-12-13 06:11:48 UTC (rev 1507)
@@ -44,7 +44,7 @@
<hr/>
<h2>December 2012 CTP Changes</h2>
-<div>The December 2012 CTP release includes all modifications through changeset 1506. Full changeset descriptions can be found at the <a href="http://orm.svn.sourceforge.net/viewvc/orm/trunk/?view=log">sourceforge code repository</a> (be patient with this link, the page contains a full changeset history).</div>
+<div>The December 2012 CTP release includes all modifications through changeset 1507. Full changeset descriptions can be found at the <a href="http://orm.svn.sourceforge.net/viewvc/orm/trunk/?view=log">sourceforge code repository</a> (be patient with this link, the page contains a full changeset history).</div>
<ul>
<li><a href="#VerbalizedObjectTypeNameRemoveSpecialCharacterDisplay 2012-12">Verbalized object type name separator character removal options</a></li>
<li><a href="#SQLServerNativeDataTypes 2012-12">SQL Server Native Data Types</a></li>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|