Skip to content

Commit

Permalink
Add TODO for JavaClient's description comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-james-dev committed Jul 7, 2023
1 parent 71c6076 commit d660e42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/java_http/lib/src/java_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import 'package:path/path.dart';

import 'third_party/java/net/URL.dart';

// TODO: Add a description of the implementation.
// Look at the description of cronet_client.dart and cupertino_client.dart for
// examples.
// See https://github.com/dart-lang/http/pull/980#discussion_r1253697461.
class JavaClient extends BaseClient {
void _initJVM() {
if (!Platform.isAndroid) {
Expand Down

0 comments on commit d660e42

Please sign in to comment.