Skip to content

Commit

Permalink
Added comment to IModifiedPhrase
Browse files Browse the repository at this point in the history
  • Loading branch information
tombogle committed Jul 19, 2024
1 parent 7869e99 commit 6eb7a4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions TxlData/IModifiedPhrase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
// Distributable under the terms of the MIT License (http://sil.mit-license.org/)
// </copyright>
#endregion
//
// File: IModifiedPhrase.cs.cs
// ---------------------------------------------------------------------------------------------
namespace SIL.Transcelerator
{
/// <summary>
/// Represents a phrase/question that the user modified (even if that modification was
/// later superseded by a subsequent program change that added the modified version).
/// </summary>
/// <remarks>Technically, we wouldn't need this interface since the only class that
/// implements it is in this same assembly, but it wouldn't have to be implemented like
/// that, and using this interface clarifies the properties we actually care about.</remarks>
public interface IModifiedPhrase
{
string Reference { get; }
Expand Down
1 change: 0 additions & 1 deletion TxlData/IPhraseTranslationHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
//
// File: IPhraseTranslationHelper.cs
// ---------------------------------------------------------------------------------------------
using SIL.Transcelerator.Localization;
using System.Collections.Generic;
using System.Globalization;

Expand Down

0 comments on commit 6eb7a4f

Please sign in to comment.