1
0
Fork 0

Fixed makeinfo warning regarding @var

closure/master
Mike Gerwitz 2011-05-28 08:48:22 -04:00
parent cacb5945a1
commit f5712db5de
1 changed files with 1 additions and 1 deletions

View File

@ -1287,7 +1287,7 @@ unstable and uninhabitable universe.
@caption{Demonstrating late static binding by overriding a static method} @caption{Demonstrating late static binding by overriding a static method}
@end float @end float
Method @code{BigBang.fromBraneCollision()} calls static method @var{create()}, Method @code{BigBang.fromBraneCollision()} calls static method @code{create()},
which is overridden by subtype @var{UnstableBigBang}. Because @var{this} is which is overridden by subtype @var{UnstableBigBang}. Because @var{this} is
bound when the method is called (``late''), rather than being statically bound bound when the method is called (``late''), rather than being statically bound
to the original @code{create()}, @code{UnstableBigBang.create()} is called. Had to the original @code{create()}, @code{UnstableBigBang.create()} is called. Had