Diff for /java/classes/org/w3c/rdf/examples/SiRPACServlet.java between versions 1.14 and 1.15

version 1.14, 2000/11/01 01:58:57 version 1.15, 2000/11/01 17:18:58
Line 298  public class SiRPACServlet extends HttpS Line 298  public class SiRPACServlet extends HttpS
             // Process any graph-related parameters in the request              // Process any graph-related parameters in the request
             processGraphParameters(req, consumer);              processGraphParameters(req, consumer);
   
               // Reinitialize the parser's genid counter so the genids
               // of the triple will match the genids of the graph
               m_sirpac.setGenidNumber(0);
   
             try {              try {
                 m_sirpac.parse(is, consumer);                  m_sirpac.parse(is, consumer);
             } catch (Exception e) {              } catch (Exception e) {

Removed from v.1.14  
changed lines
  Added in v.1.15


Webmaster