Removed redundant 'System.' in front of an Attribute class
git-svn-id: file:///srv/devel/repo-conversion/nusu@120 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
a3de5b041c
commit
a2f53639d4
|
@ -28,7 +28,7 @@ namespace Nuclex.Support.Plugins {
|
||||||
/// PluginHost and not become accessable as a plugin.
|
/// PluginHost and not become accessable as a plugin.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
|
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
|
||||||
public class NoPluginAttribute : System.Attribute {
|
public class NoPluginAttribute : Attribute {
|
||||||
|
|
||||||
/// <summary>Initializes an instance of the NoPluginAttributes</summary>
|
/// <summary>Initializes an instance of the NoPluginAttributes</summary>
|
||||||
public NoPluginAttribute() : base() { }
|
public NoPluginAttribute() : base() { }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user