Made some inherit-only contracts internal. (#1433)

* Made some inherit-only contracts internal.

* Added OwnableMock.

(cherry picked from commit 96d6103e0b)
This commit is contained in:
Nicolás Venturo
2018-10-18 10:47:35 -03:00
committed by Leo Arias
parent 3b34436b44
commit 422b42bb6a
13 changed files with 19 additions and 11 deletions

View File

@ -25,7 +25,7 @@ contract ERC165 is IERC165 {
* implement ERC165 itself
*/
constructor()
public
internal
{
_registerInterface(_InterfaceId_ERC165);
}