diff --git a/bindings/java/src/jni/generate.pl b/bindings/java/src/jni/generate.pl index f33a2320..8d3bc3af 100644 --- a/bindings/java/src/jni/generate.pl +++ b/bindings/java/src/jni/generate.pl @@ -717,42 +717,42 @@ my %classes = ( { name => 'local_port', type => 'Long', desc => '', - plat => 'LSW' + plat => 'LFSW' }, { name => 'local_address', type => 'String', desc => '', - plat => 'LSW' + plat => 'LFSW' }, { name => 'remote_port', type => 'Long', desc => '', - plat => 'LSW' + plat => 'LFSW' }, { name => 'remote_address', type => 'String', desc => '', - plat => 'LSW' + plat => 'LFSW' }, { name => 'type', type => 'Int', desc => '', - plat => 'LSW' + plat => 'LFSW' }, { name => 'state', type => 'Int', desc => '', - plat => 'LSW' + plat => 'LFSW' }, { name => 'send_queue', type => 'Long', desc => '', - plat => 'LS' + plat => 'LFS' }, { name => 'receive_queue', type => 'Long', desc => '', - plat => 'LS' + plat => 'LFS' }, ], Who => [