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  aee9affacf59954d6759233cd4dfc7ac151a1fd4 (commit)
      from  915286c76e5cdb49983049fbc4bbdb50ff0a30f0 (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 aee9affacf59954d6759233cd4dfc7ac151a1fd4
Author: Niels Thykier <ni...@thykier.net>
Date:   Sat Jul 30 12:26:05 2011 +0200

    Optimize "{is,as}ClassSymbol" for ClassSymbol

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

Summary of changes:
 .../javahelper/symbols/internal/ClassSymbol.java   |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/org/debian/javahelper/symbols/internal/ClassSymbol.java 
b/src/org/debian/javahelper/symbols/internal/ClassSymbol.java
index bdcf22b..bad90f9 100644
--- a/src/org/debian/javahelper/symbols/internal/ClassSymbol.java
+++ b/src/org/debian/javahelper/symbols/internal/ClassSymbol.java
@@ -73,4 +73,17 @@ public class ClassSymbol extends SimpleSymbol implements 
IClassSymbol {
        public List<String> getImplementedInterfaceNames() {
                return interfaces;
        }
+
+
+       @Override
+       public boolean isClassSymbol() {
+               return true;
+       }
+
+
+       @Override
+       public IClassSymbol asClassSymbol() {
+               return this;
+       }
+
 }


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