mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
remove unused private setters
This commit is contained in:
parent
878dfe6e30
commit
b64ff48271
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ namespace FilterLists.Agent.Entities
|
|||
{
|
||||
public class ListInfo
|
||||
{
|
||||
public int Id { get; private set; }
|
||||
public Uri ViewUrl { get; private set; }
|
||||
public int Id { get; }
|
||||
public Uri ViewUrl { get; }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue