File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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#>
You can’t perform that action at this time.
0 commit comments