changed to loadInWebView

This commit is contained in:
brianleroux
2010-09-02 12:54:35 -07:00
parent a6faa68a5c
commit 5c481ebe40
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ class Create
"
code_dir = File.join(@path, "src", @pkg.gsub('.', File::SEPARATOR))
FileUtils.mkdir_p(code_dir)
open(File.join(code_dir, "#{ @name.gsub(' ','') }.java"),'w') { |f| f.puts j.gsub(' ','') }
open(File.join(code_dir, "#{ @name.gsub(' ','') }.java"),'w') { |f| f.puts j }
end
# friendly output for now