Skip to content

Commit

Permalink
added finals for @action
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Sandor <robert.sandor@hpe.com>
  • Loading branch information
Robert Sandor committed Mar 3, 2017
1 parent a1c32c6 commit ae4dc99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import io.cloudslang.content.constants.OutputNames
* 3/2/2017.
*/
object GoogleOutputNames extends OutputNames {
val STATUS = "status"
val ZONE_OPERATION_NAME = "zoneOperationName"
final val STATUS = "status"
final val ZONE_OPERATION_NAME = "zoneOperationName"
}

0 comments on commit ae4dc99

Please sign in to comment.