Skip to content

Commit 4bb39bd

Browse files
Transpile 0717320
1 parent ac9661a commit 4bb39bd

File tree

159 files changed

+170
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+170
-170
lines changed

contracts/access/AccessControlEnumerableUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ abstract contract AccessControlEnumerableUpgradeable is Initializable, IAccessCo
6969
}
7070

7171
/**
72-
* This empty reserved space is put in place to allow future versions to add new
72+
* @dev This empty reserved space is put in place to allow future versions to add new
7373
* variables without shifting down storage in the inheritance chain.
7474
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
7575
*/

contracts/access/AccessControlUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ abstract contract AccessControlUpgradeable is Initializable, ContextUpgradeable,
228228
}
229229

230230
/**
231-
* This empty reserved space is put in place to allow future versions to add new
231+
* @dev This empty reserved space is put in place to allow future versions to add new
232232
* variables without shifting down storage in the inheritance chain.
233233
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
234234
*/

contracts/access/OwnableUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ abstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {
8080
}
8181

8282
/**
83-
* This empty reserved space is put in place to allow future versions to add new
83+
* @dev This empty reserved space is put in place to allow future versions to add new
8484
* variables without shifting down storage in the inheritance chain.
8585
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
8686
*/

contracts/finance/PaymentSplitterUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ contract PaymentSplitterUpgradeable is Initializable, ContextUpgradeable {
193193
}
194194

195195
/**
196-
* This empty reserved space is put in place to allow future versions to add new
196+
* @dev This empty reserved space is put in place to allow future versions to add new
197197
* variables without shifting down storage in the inheritance chain.
198198
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
199199
*/

contracts/finance/VestingWalletUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ contract VestingWalletUpgradeable is Initializable, ContextUpgradeable {
143143
}
144144

145145
/**
146-
* This empty reserved space is put in place to allow future versions to add new
146+
* @dev This empty reserved space is put in place to allow future versions to add new
147147
* variables without shifting down storage in the inheritance chain.
148148
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
149149
*/

contracts/governance/GovernorUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ abstract contract GovernorUpgradeable is Initializable, ContextUpgradeable, ERC1
390390
}
391391

392392
/**
393-
* This empty reserved space is put in place to allow future versions to add new
393+
* @dev This empty reserved space is put in place to allow future versions to add new
394394
* variables without shifting down storage in the inheritance chain.
395395
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
396396
*/

contracts/governance/IGovernorUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ abstract contract IGovernorUpgradeable is Initializable, IERC165Upgradeable {
223223
) public virtual returns (uint256 balance);
224224

225225
/**
226-
* This empty reserved space is put in place to allow future versions to add new
226+
* @dev This empty reserved space is put in place to allow future versions to add new
227227
* variables without shifting down storage in the inheritance chain.
228228
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
229229
*/

contracts/governance/TimelockControllerUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ contract TimelockControllerUpgradeable is Initializable, AccessControlUpgradeabl
361361
}
362362

363363
/**
364-
* This empty reserved space is put in place to allow future versions to add new
364+
* @dev This empty reserved space is put in place to allow future versions to add new
365365
* variables without shifting down storage in the inheritance chain.
366366
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
367367
*/

contracts/governance/compatibility/GovernorCompatibilityBravoUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ abstract contract GovernorCompatibilityBravoUpgradeable is Initializable, IGover
293293
}
294294

295295
/**
296-
* This empty reserved space is put in place to allow future versions to add new
296+
* @dev This empty reserved space is put in place to allow future versions to add new
297297
* variables without shifting down storage in the inheritance chain.
298298
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
299299
*/

contracts/governance/compatibility/IGovernorCompatibilityBravoUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ abstract contract IGovernorCompatibilityBravoUpgradeable is Initializable, IGove
119119
function getReceipt(uint256 proposalId, address voter) public view virtual returns (Receipt memory);
120120

121121
/**
122-
* This empty reserved space is put in place to allow future versions to add new
122+
* @dev This empty reserved space is put in place to allow future versions to add new
123123
* variables without shifting down storage in the inheritance chain.
124124
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
125125
*/

0 commit comments

Comments
 (0)