Minor corrected to uQuery doco/comments.

This commit is contained in:
leekelleher
2013-09-05 18:22:48 +01:00
parent e080965468
commit 4770e903fb
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ using umbraco.cms.businesslogic.datatype;
namespace umbraco
{
/// <summary>
/// Static helper methods, previously this class was UmbracoHelper
/// Static helper methods
/// </summary>
public static partial class uQuery
{

View File

@@ -4,7 +4,7 @@ using umbraco.cms.businesslogic;
namespace umbraco
{
/// <summary>
/// Static helper methods, previously this class was UmbracoHelper
/// Static helper methods
/// </summary>
public static partial class uQuery
{

View File

@@ -8,7 +8,7 @@ using umbraco.NodeFactory;
namespace umbraco
{
/// <summary>
/// Static helper methods, previously this class was UmbracoHelper
/// Static helper methods
/// </summary>
public static partial class uQuery
{

View File

@@ -13,7 +13,7 @@ using umbraco.DataLayer;
namespace umbraco
{
/// <summary>
/// uQuery - static helper methods, previously this class was UmbracoHelper
/// uQuery - static helper methods
/// </summary>
public static partial class uQuery
{