You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2011/09/26 22:33:00 UTC

svn commit: r1176034 - in /thrift/trunk: compiler/cpp/src/generate/t_java_generator.cc lib/rb/thrift.gemspec

Author: bryanduxbury
Date: Mon Sep 26 20:32:59 2011
New Revision: 1176034

URL: http://svn.apache.org/viewvc?rev=1176034&view=rev
Log:
inconsequential indentation fix to java compiler

Modified:
    thrift/trunk/compiler/cpp/src/generate/t_java_generator.cc
    thrift/trunk/lib/rb/thrift.gemspec

Modified: thrift/trunk/compiler/cpp/src/generate/t_java_generator.cc
URL: http://svn.apache.org/viewvc/thrift/trunk/compiler/cpp/src/generate/t_java_generator.cc?rev=1176034&r1=1176033&r2=1176034&view=diff
==============================================================================
--- thrift/trunk/compiler/cpp/src/generate/t_java_generator.cc (original)
+++ thrift/trunk/compiler/cpp/src/generate/t_java_generator.cc Mon Sep 26 20:32:59 2011
@@ -1655,7 +1655,7 @@ void t_java_generator::generate_java_str
   indent(out) << "schemes.get(oprot.getScheme()).getScheme().write(oprot, this);" << endl;
 
   indent_down();
-  indent(out) << "  }" << endl << endl;	
+  indent(out) << "}" << endl << endl;	
 }
 
 /**

Modified: thrift/trunk/lib/rb/thrift.gemspec
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/rb/thrift.gemspec?rev=1176034&r1=1176033&r2=1176034&view=diff
==============================================================================
--- thrift/trunk/lib/rb/thrift.gemspec (original)
+++ thrift/trunk/lib/rb/thrift.gemspec Mon Sep 26 20:32:59 2011
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FIL
 
 Gem::Specification.new do |s|
   s.name        = 'thrift'
-  s.version     = '0.8.0dev'
+  s.version     = '0.8.0.1'
   s.authors     = ['Thrift Developers']
   s.email       = ['dev@thrift.apache.org']
   s.homepage    = 'http://thrift.apache.org'