Skip to content
Snippets Groups Projects
Commit f2f56794 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Remove unnecessary attributes.

parent 059b5725
No related branches found
Tags 2.1
No related merge requests found
......@@ -11,9 +11,9 @@ namespace ATxCommon.Serializables
[Serializable]
public class ServiceStatus
{
[XmlIgnore] private string _storageFile; // remember where we came from
[XmlIgnore] private ServiceConfig _config;
[XmlIgnore] private static readonly Logger Log = LogManager.GetCurrentClassLogger();
private string _storageFile; // remember where we came from
private ServiceConfig _config;
private static readonly Logger Log = LogManager.GetCurrentClassLogger();
private DateTime _lastStatusUpdate;
private DateTime _lastStorageNotification;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment