[asterisk-scf-commits] asterisk-scf/release/ice.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Feb 13 11:29:15 CST 2012


branch "master" has been updated
       via  e4841a2c27791068f256bba24381cca66ff17e78 (commit)
       via  57526c5fa9c0c3bd024677d51ee3763866a96c54 (commit)
      from  b270b5a4eabc5e0479187f5424ba99a9a0c75c5a (commit)

Summary of changes:
 java/src/IceInternal/Util.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit e4841a2c27791068f256bba24381cca66ff17e78
Merge: b270b5a 57526c5
Author: David M. Lee <dlee at digium.com>
Date:   Fri Feb 10 09:51:36 2012 -0600

    Merge branch 'java-windows-handle-load-exception'


commit 57526c5fa9c0c3bd024677d51ee3763866a96c54
Author: David M. Lee <dlee at digium.com>
Date:   Fri Feb 10 09:49:43 2012 -0600

    Corrected omission in IllegalArgumentException fix
    
    It helps to actually assign the stream to the variable :-)

diff --git a/java/src/IceInternal/Util.java b/java/src/IceInternal/Util.java
index 7e30015..4687715 100644
--- a/java/src/IceInternal/Util.java
+++ b/java/src/IceInternal/Util.java
@@ -43,7 +43,7 @@ public final class Util
         java.io.InputStream stream = null;
         try
         {
-            cl.getResourceAsStream(path);
+            stream = cl.getResourceAsStream(path);
         }
         catch(IllegalArgumentException e)
         {

-----------------------------------------------------------------------


-- 
asterisk-scf/release/ice.git



More information about the asterisk-scf-commits mailing list