/[classpath]/inetlib/source/gnu/inet/smtp/Parameter.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/smtp/Parameter.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dog, Sun Oct 19 08:51:37 2003 UTC revision 1.2 by dog, Sun Oct 19 16:16:50 2003 UTC
# Line 39  public final class Parameter Line 39  public final class Parameter
39    final String key;    final String key;
40    final String value;    final String value;
41    
42          /**          /**
43           * Creates a new parameter with the specified key and value.           * Creates a new parameter with the specified key and value.
44           * @param key the key           * @param key the key
45           * @param value the value           * @param value the value
# Line 50  public final class Parameter Line 50  public final class Parameter
50      this.value = value;      this.value = value;
51    }    }
52    
53          /**          /**
54           * Returns the key.           * Returns the key.
55           */           */
56    public String getKey()    public String getKey()
# Line 58  public final class Parameter Line 58  public final class Parameter
58      return key;      return key;
59    }    }
60    
61          /**          /**
62           * Returns the value.           * Returns the value.
63           */           */
64    public String getValue()    public String getValue()

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26