diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-12-11 10:52:38 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-12-11 10:52:38 +0100 |
commit | a51eda3d7de8387316814cadddc1f5fde3c8b3aa (patch) | |
tree | 653cd886a1bb348b7f5acd5ab0a323c4960fed0a /src/de/blinkt/openvpn/VpnProfile.java | |
parent | 49653f7c3811a29afc92b3def7430e962a39fe0b (diff) |
Also move VpnPreferences and implement isValidFragment
--HG--
rename : src/de/blinkt/openvpn/VPNPreferences.java => src/de/blinkt/openvpn/activities/VPNPreferences.java
Diffstat (limited to 'src/de/blinkt/openvpn/VpnProfile.java')
-rw-r--r-- | src/de/blinkt/openvpn/VpnProfile.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java index a9232eee..abf8d87c 100644 --- a/src/de/blinkt/openvpn/VpnProfile.java +++ b/src/de/blinkt/openvpn/VpnProfile.java @@ -44,7 +44,7 @@ public class VpnProfile implements Serializable { // The Serializable documentation mentions that class name change are possible // but the how is unclear // - transient static final long MAX_EMBED_FILE_SIZE = 2048*1024; // 2048kB + transient public static final long MAX_EMBED_FILE_SIZE = 2048*1024; // 2048kB // Don't change this, not all parts of the program use this constant public static final String EXTRA_PROFILEUUID = "de.blinkt.openvpn.profileUUID"; public static final String INLINE_TAG = "[[INLINE]]"; |