remove refs to Java 'extends' in code sample

remove refs to TIBCO ems specifics.
This commit is contained in:
markpollack
2008-10-20 22:35:30 +00:00
parent 027206c53c
commit 7139e691e4
2 changed files with 8 additions and 64 deletions

View File

@@ -529,7 +529,7 @@
<literal>Session</literal>, as its lifecycle is managed by the
transaction). Asking for the</para>
<programlisting language="csharp">public class HibernateProductDao extends HibernateDaoSupport implements ProductDao {
<programlisting language="csharp">public class HibernateProductDao : HibernateDaoSupport, IProductDao {
public Customer SaveOrUpdate(Customer customer)
{