Minor code cleanup

This commit is contained in:
Jordan Brown
2020-05-29 12:44:42 -04:00
parent a12a5dbeff
commit 82060a1ade
+2 -2
View File
@@ -28,7 +28,7 @@ namespace Tgstation.Server.Host.Models
public RepositorySettings RepositorySettings { get; set; }
/// <summary>
/// The <see cref="Models.DualReattachInformation"/> for the <see cref="Instance"/>
/// The <see cref="DualReattachInformation"/> for the <see cref="Instance"/>
/// </summary>
public DualReattachInformation WatchdogReattachInformation { get; set; }
@@ -48,7 +48,7 @@ namespace Tgstation.Server.Host.Models
public List<RevisionInformation> RevisionInformations { get; set; }
/// <summary>
/// The <see cref="Jobs"/> in the <see cref="Instance"/>
/// The <see cref="Job"/>s in the <see cref="Instance"/>
/// </summary>
public List<Job> Jobs { get; set; }