Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AnushaY1916 committed Mar 26, 2018
1 parent 63d311e commit d26da0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/oneview-sdk/resource/api600/c7000/uplink_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class UplinkSet < OneviewSDK::API500::C7000::UplinkSet
# @param [Hash] params The options for this resource (key-value pairs)
# @param [Integer] api_ver The api version to use when interracting with this resource.
def initialize(client, params = {}, api_ver = nil)
# Default values for api300
# Default values for api600
@data ||= {}
@data['type'] ||= 'uplink-setV4'
super
Expand Down
2 changes: 1 addition & 1 deletion lib/oneview-sdk/resource/api600/synergy/uplink_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class UplinkSet < OneviewSDK::API500::Synergy::UplinkSet
# @param [Hash] params The options for this resource (key-value pairs)
# @param [Integer] api_ver The api version to use when interracting with this resource.
def initialize(client, params = {}, api_ver = nil)
# Default values for api300
# Default values for api600
@data ||= {}
@data['type'] ||= 'uplink-setV4'
super
Expand Down

0 comments on commit d26da0f

Please sign in to comment.