Hi,

when I compile the code from
http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/src/
in eclipse I get always the error:


Comparing identical expressions ConnectionManagerToolboxPlugIn.java 
/OJ3469/src/com/vividsolutions/jump/workbench/ui/plugin/datastore       line 
43      Java Problem

Everytime I have to chance line 43 from:

public void initialize(final PlugInContext context) throws Exception {
    if (1 == 1) {
...

to:

public void initialize(final PlugInContext context) throws Exception {
    if (true) {

...

Please, is it possible to change this little code for me?

Thanks.

Uwe


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to