0

現在、私のスタイルは次のようになっています。

            UIDEx reg = sink
                    .connect(
                            urlparts[1],
                            props,
                            ClientInfo.getProperties(props
                                    .getProperty(VJdbcProperties.CLIENTINFO_PROPERTIES)),
                            new CallingContext());

私が実際にしたいこと:

            UIDEx reg = sink.connect(
                            urlparts[1],
                            props,
                            ClientInfo.getProperties(
                                    props.getProperty(
                                    VJdbcProperties.CLIENTINFO_PROPERTIES)),
                            new CallingContext());

それを行うための正確なオプションが見つかりません。どこにありますか? すでに「必要に応じてラップする」に設定されています。Eclipseは、.connect()が独自の行にある必要があるとどのように考えていますか?

4

0 に答える 0