Th's 'StandardEnvironment' constructor should show call parent constructor. (Improve reading)

Comment From: sbrannen

StandardEnvironment does not define a constructor. Thus, the default constructor will be used, and the default constructor automatically delegates to the default constructor in the parent class (AbstractEnvironment).

These are the standard semantics for the Java programming language. In light of that, I am closing this issue.

Comment From: PascalSchumacher

@sbrannen I guess you accidentally forgot to close this issue?

Comment From: cherishsince

Show that calling 'constructor' should read the code better

Comment From: sbrannen

@sbrannen I guess you accidentally forgot to close this issue?

Indeed. Thanks for pointing that out.