Skip to content

Commit

Permalink
Remove obsolete comments in YaST wrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Bamberger committed Apr 7, 2014
1 parent 266eac3 commit fd9a629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/suse/connect/yast.rb
Expand Up @@ -5,7 +5,7 @@ class << self

# Announces the system to SCC / the registration server.
# Usually expects a token / regcode to identify the correct subscription.
# Gets system credentials from SCC and writes them to the system.
# Gets system credentials from SCC.
# Additionally, returns the credentials for convenience.
#
# @param [Hash] params
Expand All @@ -23,7 +23,7 @@ def announce_system(params = {})
# Activates a product on SCC / the registration server.
# Expects a product_ident to identify the correct service.
# Mostly requires token / regcode (except for free extensions or upgrades).
# Gets a service for the product from SCC and adds it to the system.
# Gets a service for the product from SCC.
# Additionally, returns the service for convenience.
#
# @param [Hash] params
Expand Down

0 comments on commit fd9a629

Please sign in to comment.