Changeset 4:dfb345ef9452
- Timestamp:
- 02/28/09 18:06:12 (16 years ago)
- Branch:
- default
- Location:
- java/Postak/src/cz/frantovo/postak
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
java/Postak/src/cz/frantovo/postak/InternetAddressKomu.java
r0 r4 10 10 */ 11 11 public class InternetAddressKomu extends InternetAddress { 12 private static final long serialVersionUID = 5616579686371892208L; 12 13 13 14 private RecipientType typ = RecipientType.BCC; -
java/Postak/src/cz/frantovo/postak/Nastaveni.java
r0 r4 1 /*2 * To change this template, choose Tools | Templates3 * and open the template in the editor.4 */5 6 1 package cz.frantovo.postak; 7 2 3 import java.io.Serializable; 8 4 import java.util.ArrayList; 9 5 … … 12 8 * @author fiki 13 9 */ 14 public class Nastaveni { 10 public class Nastaveni implements Serializable { 11 private static final long serialVersionUID = -3155540704924123097L; 15 12 16 13 private String postovniServer = "localhost";