<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hey<br>
    <br>
    How come section 5.2.3., bullet 4 was changed from:<br>
    <ul>
      <li><span style="color: rgb(0, 0, 0); font-family: 'Times New
          Roman'; font-style: normal; font-variant: normal; font-weight:
          normal; letter-spacing: normal; line-height: normal; orphans:
          2; text-indent: 0px; text-transform: none; white-space:
          normal; widows: 2; word-spacing: 0px; background-color:
          rgb(255, 255, 255); font-size: medium; display: inline !
          important; float: none;">the required type parameter is an
          actual type, the bean type parameter is a type variable and
          the actual type is assignable <b>to</b> the upper bound, if
          any, of the type variable...<br>
        </span></li>
    </ul>
    <p>to:<br>
    </p>
    <ul>
      <li><span style="color: rgb(0, 0, 0); font-family: 'Times New
          Roman'; font-style: normal; font-variant: normal; font-weight:
          normal; letter-spacing: normal; line-height: normal; orphans:
          2; text-indent: 0px; text-transform: none; white-space:
          normal; widows: 2; word-spacing: 0px; background-color:
          rgb(255, 255, 255); font-size: medium; display: inline !
          important; float: none;">the required type parameter is an
          actual type, the bean type parameter is a type variable and
          the actual type is assignable <b>from</b> the upper bound, if
          any, of the type variable...<br>
        </span></li>
    </ul>
    <p>Doesn't this mean bean Dao&lt;T extends Persistent&gt; will not
      be assignable to Dao&lt;User&gt;?<br>
    </p>
    <p>M.<br>
      <br>
    </p>
  </body>
</html>