This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, jh-symbols has been updated
       via  07f143fff0072e75d9e928b619d7c70a74d93d93 (commit)
      from  c94a2bd76534fa0b718a762ce5196d98abb1bbd5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 07f143fff0072e75d9e928b619d7c70a74d93d93
Author: Niels Thykier <ni...@thykier.net>
Date:   Sat Jul 16 16:43:55 2011 +0200

    Resolved compiler issue (file not saved when committed)

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

Summary of changes:
 .../javahelper/symbols/cmd/DependencyProgram.java  |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/org/debian/javahelper/symbols/cmd/DependencyProgram.java 
b/src/org/debian/javahelper/symbols/cmd/DependencyProgram.java
index 6139299..afd2a35 100644
--- a/src/org/debian/javahelper/symbols/cmd/DependencyProgram.java
+++ b/src/org/debian/javahelper/symbols/cmd/DependencyProgram.java
@@ -59,11 +59,11 @@ public class DependencyProgram implements IProgram {
                                                System.out.println("N: 
satisfied-class: " + clname);
                                        }
                                } else {
-                                       String fn = s.getFullSymbolName():
-                                               if(neededSyms.remove(fn) != 
null){
-                                                       System.out.println("N: 
found-symbol: " + fn);
-                                                       neededVer = 
highest(neededVer, s.getVersion());
-                                               }
+                                       String fn = s.getFullSymbolName();
+                                       if(neededSyms.remove(fn) != null){
+                                               System.out.println("N: 
found-symbol: " + fn);
+                                               neededVer = highest(neededVer, 
s.getVersion());
+                                       }
                                }
                        }
                        if(neededVer != null) {


hooks/post-receive
-- 
UNNAMED PROJECT

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to