Forgot to removed TODO

This commit is contained in:
Robert
2018-01-11 11:02:05 +01:00
parent 9284269428
commit fa058f348d

View File

@@ -22,7 +22,6 @@ namespace Umbraco.Core
// gets a value indicating whether this instance is disposed.
// for internal tests only (not thread safe)
//TODO make this internal + rename "Disposed" when we can break compatibility
internal bool Disposed { get { return _disposed; } }
// implements IDisposable