Skip to content

Commit

Permalink
Do not re-document what is documented in base classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Oct 1, 2018
1 parent a02dbd2 commit 2fdb15d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/lib/y2partitioner/widgets/lvm_devices_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ class LvmDevicesTable < ConfigurableBlkDevicesTable

# Constructor
#
# @param devices [Array<Y2Storage::Lvm_vg, Y2Storage::Lvm_lv>] devices to display
# @param pager [CWM::Pager] table have feature, that double click change content of pager
# if someone do not need this feature, make it only optional
# @param buttons_set [DeviceButtonsSet]
# @param devices [Array<Y2Storage::Lvm_vg, Y2Storage::Lvm_lv>] see {#devices}
# @param pager [CWM::Pager] see {#pager}
# @param buttons_set [DeviceButtonsSet] see {#buttons_set}
def initialize(devices, pager, buttons_set = nil)
textdomain "storage"

Expand Down
1 change: 0 additions & 1 deletion src/lib/y2partitioner/widgets/partition_add_button.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module Y2Partitioner
module Widgets
# Button for adding a partition
class PartitionAddButton < DeviceButton
# Constructor. See parent class.
def initialize(*args)
super
textdomain "storage"
Expand Down

0 comments on commit 2fdb15d

Please sign in to comment.