Skip to content

Commit

Permalink
iff => if
Browse files Browse the repository at this point in the history
  • Loading branch information
Wadeck committed Feb 13, 2018
1 parent 1e960de commit b0d4464
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static void putScriptInApprovalQueueIfRequired(String scriptSourceCode){

/**
* @param scriptSourceCode Source code that must be approved
* @return true iff the script was approved or created by a user with RUN_SCRIPT permission
* @return true if the script was approved or created by a user with RUN_SCRIPT permission
* @since TODO
*/
public static boolean isApproved(String scriptSourceCode){
Expand All @@ -102,7 +102,7 @@ public static boolean isApproved(String scriptSourceCode){
* @param scriptSourceCode Source code that must be approved
* @param putInApprovalQueueIfNotApprovedYet true means we try to know if the user has permission
* to approve the script automatically in case it was not approved yet
* @return true iff the script is approved
* @return true if the script is approved
* @since TODO
*/
public static boolean isApproved(String scriptSourceCode, boolean putInApprovalQueueIfNotApprovedYet){
Expand Down

0 comments on commit b0d4464

Please sign in to comment.