Skip to content

Commit

Permalink
Tor: Rename bootstrap package to controller
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 2, 2023
1 parent 8352d73 commit e44b3b7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/

package bisq.tor.bootstrap;
package bisq.tor.controller;

import lombok.Builder;
import lombok.Getter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/

package bisq.tor.bootstrap;
package bisq.tor.controller;

public interface BootstrapEventListener {
void onBootstrapStatusEvent(BootstrapEvent bootstrapEvent);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/

package bisq.tor.bootstrap;
package bisq.tor.controller;

import net.freehaven.tor.control.EventHandler;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/

package bisq.tor.bootstrap;
package bisq.tor.controller;

import lombok.Builder;
import lombok.Getter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/

package bisq.tor.bootstrap;
package bisq.tor.controller;

public interface HsDescUploadedEventListener {
void onHsDescUploaded(HsDescUploadedEvent uploadedEvent);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/

package bisq.tor.bootstrap;
package bisq.tor.controller;

public class TorBootstrapFailed extends RuntimeException {
public TorBootstrapFailed(String message) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package bisq.tor.process;

import bisq.tor.ClientTorrcGenerator;
import bisq.tor.bootstrap.*;
import bisq.tor.controller.*;
import lombok.extern.slf4j.Slf4j;
import net.freehaven.tor.control.PasswordDigest;
import net.freehaven.tor.control.TorControlConnection;
Expand Down

0 comments on commit e44b3b7

Please sign in to comment.