Skip to content

Commit 00a0747

Browse files
author
Caitlin Bales (MSFT)
authored
Merge pull request #98 from microsoftgraph/august-update-bugfixes
August update bugfixes
2 parents c8cb68f + 501e0de commit 00a0747

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Templates/Android/BaseModel.template.tt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ public {1} {2}{3}{4} {{";
621621
var format =
622622
@" /**
623623
* The {0}.
624-
* {4}
624+
* {4}
625625
*/
626626
@SerializedName(""{1}"")
627627
@Expose
@@ -631,7 +631,7 @@ public {1} {2}{3}{4} {{";
631631
var collectionFormat =
632632
@" /**
633633
* The {0}.
634-
* {4}
634+
* {4}
635635
*/
636636
public transient {2} {3};
637637

@@ -676,7 +676,7 @@ public {1} {2}{3}{4} {{";
676676
var format =
677677
@" /**
678678
* The {0}.
679-
* {1}
679+
* {1}
680680
*/
681681
@SerializedName(""{2}"")
682682
@Expose
File renamed without changes.

Templates/CSharp/Model/ComplexType.cs.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ namespace <#=complex.Namespace.GetNamespaceName()#>
6161
/// Gets or sets <#=property.Name#>.
6262
<# if (property.LongDescription != null) {
6363
#>
64-
/// <#=property.LongDescription#>
64+
/// <#=property.LongDescription#>
6565
<# } #>
6666
/// </summary>
6767
<#=attributeDefinition#>
@@ -76,7 +76,7 @@ namespace <#=complex.Namespace.GetNamespaceName()#>
7676
/// Gets or sets <#=property.Name#>.
7777
<# if (property.LongDescription != null) {
7878
#>
79-
/// <#=property.LongDescription#>
79+
/// <#=property.LongDescription#>
8080
<# } #>
8181
/// </summary>
8282
<#=attributeDefinition#>

0 commit comments

Comments
 (0)