[SCM] UNNAMED PROJECT branch, jh-symbols, updated. 0.37-9-g07f143f

Niels Thykier nthykier at alioth.debian.org
Sat Jul 16 14:47:05 UTC 2011


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 <niels at 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



More information about the pkg-java-commits mailing list