Toggle navigation
Toggle navigation
This project
Loading...
Sign in
cse437_e
/
smartdoorlock-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sunnnl
2020-11-26 02:54:49 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
11b50b82ebcd34083361d7da192bb66633874442
11b50b82
2 parents
bd075098
39aa2508
resolve conflict
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/src/main/java/com/sunnni/smartdoorlock/data/RemoteRecord.java
app/src/main/java/com/sunnni/smartdoorlock/data/RemoteRecord.java
View file @
11b50b8
...
...
@@ -4,7 +4,7 @@ public class RemoteRecord {
private
String
deviceName
;
private
String
created
;
public
RemoteRecord
(
String
deviceName
,
String
created
)
{
public
RemoteRecord
(
String
deviceName
,
String
created
){
this
.
deviceName
=
deviceName
;
this
.
created
=
created
;
}
...
...
Please
register
or
login
to post a comment