Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
26c7411d
Commit
26c7411d
authored
Apr 22, 2017
by
Alexandre Ardhuin
Committed by
GitHub
Apr 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unnecessary_override (#9540)
parent
ad496e14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
find.dart
packages/flutter_driver/lib/src/find.dart
+0
-3
gesture.dart
packages/flutter_driver/lib/src/gesture.dart
+0
-3
No files found.
packages/flutter_driver/lib/src/find.dart
View file @
26c7411d
...
...
@@ -210,9 +210,6 @@ class GetText extends CommandWithTarget {
/// Deserializes the command from JSON generated by [serialize].
GetText
.
deserialize
(
Map
<
String
,
dynamic
>
json
)
:
super
.
deserialize
(
json
);
@override
Map
<
String
,
String
>
serialize
()
=>
super
.
serialize
();
}
/// The result of the [GetText] command.
...
...
packages/flutter_driver/lib/src/gesture.dart
View file @
26c7411d
...
...
@@ -15,9 +15,6 @@ class Tap extends CommandWithTarget {
/// Deserializes this command from JSON generated by [serialize].
Tap
.
deserialize
(
Map
<
String
,
String
>
json
)
:
super
.
deserialize
(
json
);
@override
Map
<
String
,
String
>
serialize
()
=>
super
.
serialize
();
}
/// The result of a [Tap] command.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment