mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 03:58:34 +02:00
Remove final uses of @code in JS comments
This fixes the build broken by [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=186782466
This commit is contained in:
parent
cb80a0df1e
commit
a898413c8c
10 changed files with 12 additions and 29 deletions
19
third_party/jsch/v0_1_53/README.md
vendored
19
third_party/jsch/v0_1_53/README.md
vendored
|
@ -4,21 +4,4 @@ JSCH is a library for making SSH and SFTP connections from Java. It is
|
|||
released under a BSD-style license. See its [project
|
||||
page](http://www.jcraft.com/jsch) for further details.
|
||||
|
||||
## Local Modifications for Google
|
||||
|
||||
Define global ThreadFactory instance. This allows the library to be used on
|
||||
App Engine, which doesn't allow apps to call `new Thread()`. To do this, you
|
||||
must override `JSch.threadFactory` with something from GAE's ThreadManager.
|
||||
Another global is also provided to disable calls to `Thread#setName` which
|
||||
always crash on GAE, regardless of ThreadFactory.
|
||||
|
||||
### Files edited:
|
||||
|
||||
* JSch.java - Defined new `threadFactory` and `useThreadNames` fields.
|
||||
* Util.java - Updated thread creation code.
|
||||
* ChannelDirectTCPIP.java - Updated thread creation code.
|
||||
* ChannelSubsystem.java - Updated thread creation code.
|
||||
* ChannelShell.java - Updated thread creation code.
|
||||
* Session.java - Updated thread creation code.
|
||||
* ChannelForwardedTCPIP.java - Updated thread creation code.
|
||||
* ChannelExec.java - Updated thread creation code.
|
||||
No local modifications.
|
BIN
third_party/jsch/v0_1_53/jsch-0.1.53-src.jar
vendored
BIN
third_party/jsch/v0_1_53/jsch-0.1.53-src.jar
vendored
Binary file not shown.
BIN
third_party/jsch/v0_1_53/jsch-0.1.53.jar
vendored
BIN
third_party/jsch/v0_1_53/jsch-0.1.53.jar
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue