Skip to content

Commit

Permalink
Make SafeLazy Java class final
Browse files Browse the repository at this point in the history
Let's make sure this class is not extended in future versions by
inheritance.
  • Loading branch information
jvican committed Feb 7, 2017
1 parent e288c18 commit c3714f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* It needs to be defined in [[xsbti]] or a subpackage, see
* [[xsbti.api.Lazy]] or [[xsbti.F0]] for similar definitions.
*/
public class SafeLazy {
public final class SafeLazy {

/* We do not use conversions from and to Scala functions because [[xsbti]]
* cannot hold any reference to Scala code nor the Scala library. */
Expand Down

0 comments on commit c3714f4

Please sign in to comment.