Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] programatically creating RM Config

> 				if (connection != null) {
> 					URI uri = new URI(site.getControlConnection());

cut-and-paste oversight.  This should be
                                        URI uri = new URI(connection);

obviously.

Al


Back to the top