Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Additional changes related to removing US2ConditionEmpty and US2Valid…
…atorEmpty

Updated a few comments as well as the main header file to use the new
condition/validator.
  • Loading branch information
bachand committed Jan 14, 2013
1 parent 5a93de7 commit fd8838e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions US2FormValidationFramework/source/US2FormValidator.h
Expand Up @@ -18,7 +18,7 @@
#import <US2FormValidator/US2ConditionURL.h>
#import <US2FormValidator/US2ConditionShorthandURL.h>
#import <US2FormValidator/US2ConditionPasswordStrength.h>
#import <US2FormValidator/US2ConditionEmpty.h>
#import <US2FormValidator/US2ConditionPresent.h>
#import <US2FormValidator/US2ConditionOr.h>
#import <US2FormValidator/US2ConditionAnd.h>
#import <US2FormValidator/US2ConditionNot.h>
Expand All @@ -34,4 +34,4 @@
#import <US2FormValidator/US2ValidatorURL.h>
#import <US2FormValidator/US2ValidatorShorthandURL.h>
#import <US2FormValidator/US2ValidatorComposite.h>
#import <US2FormValidator/US2ValidatorEmpty.h>
#import <US2FormValidator/US2ValidatorPresent.h>
@@ -1,5 +1,5 @@
//
// US2ValidatorEmpty.h
// US2ValidatorPresent.h
// US2FormValidator
//
// Created by Matthew Purland <m.purland@gmail.com>
Expand Down
@@ -1,5 +1,5 @@
//
// US2ValidatorEmpty.m
// US2ValidatorPresent.m
// US2FormValidator
//
// Created by Matthew Purland <m.purland@gmail.com>
Expand Down

0 comments on commit fd8838e

Please sign in to comment.