~ubuntu-branches/ubuntu/karmic/classpath/karmic

« back to all changes in this revision

Viewing changes to gnu/javax/naming/jndi/url/rmi/ContextContinuation.java

  • Committer: Bazaar Package Importer
  • Author(s): Manny Vindiola, Manny Vindiola, James Westby
  • Date: 2008-12-18 21:24:48 UTC
  • mfrom: (1.1.6 upstream) (8.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081218212448-ax2jaxx9r5175dkl
Tags: 2:0.97.2-1.1ubuntu1
[ Manny Vindiola ]
* Merge from debian unstable (LP: #309549)(LP: #237668), remaining changes:
  * debian/control:
    - Recommend firefox instead of mozilla-firefox.
  * Fix FTBFS caused by -Werror where return value of 'chdir' was ignored
    - add debian/patches/20_fix_ftbfs_warn_unused_result.dpatch
    - update debian/patches/00list
  * fix LP: #272772: packages that Depend/Recommend/Suggest firefox
     (meta-package) must alternatively Depend/Recommend/Suggest abrowser
* Fix FTBFS due to missing mozilla-plugin build dependency 
  - changed to build-depends on libxul-dev instead of iceape-dev

[ James Westby ]
* Add libsamplerate0-dev to Build-Depends to fix build error by not being
  able to find the .a file from it. This is a dependency of jack, but not
  specified in it's depends. This is probably due to bug 258491, and so if
  that is fixed try building without the extra Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
   * the registry. The new registry will be lazily instantiated on the first
98
98
   * call.
99
99
   * 
100
 
   * @param propName
 
100
   * @param key
101
101
   *          the name of the new property
102
 
   * @param propVal
 
102
   * @param value
103
103
   *          the value of the new property
104
104
   * @return the previous value of this property or null if the property has not
105
105
   *         been previously defined
426
426
   * @param name
427
427
   *          the object name (.toString()) is used to convert into string
428
428
   *          representation.
429
 
   * @param the
 
429
   * @param obj
430
430
   *          object (must be an instance of Remote).
431
431
   */
432
432
  public void rebind(Name name, Object obj) throws NamingException
439
439
   * 
440
440
   * @param name
441
441
   *          the object name.
442
 
   * @param the
 
442
   * @param obj
443
443
   *          object (must be an instance of Remote).
444
444
   */
445
445
  public void rebind(String name, Object obj) throws NamingException