ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util/XMLPacket.java
(Generate patch)

Comparing projects/cms/source/util/uk/org/iscream/cms/util/XMLPacket.java (file contents):
Revision 1.5 by ajm, Thu Nov 30 02:38:17 2000 UTC vs.
Revision 1.6 by pjm2, Fri Dec 1 14:42:04 2000 UTC

# Line 28 | Line 28 | public class XMLPacket {
28  
29      // Add a key and value pair to the HashMap.
30      public synchronized void addParam (String key, String value) {
31 <        _params.put(key, value);        
32 <        // debug by println ;-)
33 <        // System.out.println("Adding to hash: " + key + " = " + value);
34 <        // end debug code
31 >        _params.put(key, value);
32      }
33      
34      // Return the value associated with a particular key.
# Line 68 | Line 65 | public class XMLPacket {
65  
66   //---STATIC ATTRIBUTES---
67  
68 < }
68 > }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines