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:
Markus Ewald 2009-02-18 19:21:44 +00:00
parent a3de5b041c
commit a2f53639d4

View File

@ -28,7 +28,7 @@ namespace Nuclex.Support.Plugins {
/// PluginHost and not become accessable as a plugin.
/// </remarks>
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class NoPluginAttribute : System.Attribute {
public class NoPluginAttribute : Attribute {
/// <summary>Initializes an instance of the NoPluginAttributes</summary>
public NoPluginAttribute() : base() { }