Skip to content

Commit

Permalink
make special package name more traceable
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jan 15, 2025
1 parent 4625a8a commit e879249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
import org.apache.http.config.Registry;
import org.apache.http.config.RegistryBuilder;
import org.apache.http.config.SocketConfig;
import nodebug.LenientSslConnectionSocketFactory;
import nodebug.io.karatelabs.LenientSslConnectionSocketFactory;
import org.apache.http.conn.ssl.NoopHostnameVerifier;
import org.apache.http.conn.ssl.SSLConnectionSocketFactory;
import org.apache.http.conn.ssl.TrustAllStrategy;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package nodebug;
package nodebug.io.karatelabs;

import java.io.IOException;
import java.net.Socket;
Expand Down

0 comments on commit e879249

Please sign in to comment.