roterdam / crystalsaf

Automatically exported from code.google.com/p/crystalsaf
0 stars 0 forks source link

Dataflow Analysis How-to page has typo #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Example under "Lattice Values" should read:

public class MyLE implements Copyable<MyLE> {
   ...
}

instead of:

public class MyLE extends Copyable<MyLE> {
   ...
}

Original issue reported on code.google.com by Reitbl...@gmail.com on 17 Jul 2009 at 3:57

GoogleCodeExporter commented 9 years ago

Original comment by ciera.christopher on 9 Jul 2010 at 4:03