Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Simmons committed Oct 12, 2016
1 parent baf1b13 commit 8136a57
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-------------------------------------------------------------------------------------------------------------------*\
| Copyright (C) 2014-15 PayPal |
| Copyright (C) 2014-2016 PayPal |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance |
| with the License. |
Expand Down Expand Up @@ -33,7 +33,7 @@

/**
* A Base class from which all page classes should be derived.
*
*
* It contains the code to initialize pages, load values to the "ObjectMap", and interact in various ways with the
* page(s).
*/
Expand Down Expand Up @@ -61,7 +61,7 @@ public String getExpectedPageTitle() {

/**
* Validates whether the actual current page title equals to expected page title.
*
*
* @return true if the actual page title is equal to any of the titles represented by this page object otherwise
* returns false
*/
Expand Down Expand Up @@ -128,7 +128,7 @@ public void validatePage() {

/**
* Get the AbstractElement by the key that is defined in the PageYAML files.
*
*
* @param elementName
* The element name
* @return instance of {@link AbstractElement}
Expand All @@ -153,7 +153,7 @@ private AbstractElement getAbstractElementThroughReflection(String elementName)

/**
* Verify if the element is available based on a certain action
*
*
* @param elementName
* element to perform verification action on
* @param action
Expand Down

0 comments on commit 8136a57

Please sign in to comment.