Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Aug 17, 2022
2 parents ad39132 + 0a8ee43 commit ab795eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ public ArrayList<String> getFullLedDescriptionOut(int hatchNo, int paramID) {
}

@Override
public GT_Multiblock_Tooltip_Builder createTooltip() {
protected GT_Multiblock_Tooltip_Builder createTooltip() {
final GT_Multiblock_Tooltip_Builder tt = new GT_Multiblock_Tooltip_Builder();
tt.addInfo("Nothing special just override me")
.toolTipFinisher(TEC_MARK_GENERAL);
Expand Down

0 comments on commit ab795eb

Please sign in to comment.