Skip to content

Commit

Permalink
Fix ZoneOptions#initialize documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 17, 2018
1 parent ab36f36 commit b8000e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/y2firewall/widgets/zone_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ module Widgets
class ZoneOptions < ::CWM::ComboBox
DEFAULT_ZONE_OPTION = ["", "default"].freeze

# @return interface [Hash] Interface to act on
# Constructor
#
# @param interface [Hash] Interface to act on
def initialize(interface)
textdomain "firewall"
@interface = interface
Expand Down

0 comments on commit b8000e2

Please sign in to comment.