Skip to content

Commit

Permalink
Deleted legacy fields from usage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux committed Jun 13, 2022
1 parent e10872a commit c9525da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Then you can refer to seatsio-java as a regular package:
```
// build.gradle
dependencies {
compile 'com.github.seatsio:seatsio-java:71.0.0'
compile 'com.github.seatsio:seatsio-java:72.0.0'
}
// pom.xml
<dependency>
<groupId>com.github.seatsio</groupId>
<artifactId>seatsio-java</artifactId>
<version>71.0.0</version>
<version>72.0.0</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ public class UsageByEvent {
public UsageEvent event;
public int numUsedObjects;
public int numFirstBookings;
public int numFirstBookingsOrSelections;
public int numGASelectionsWithoutBooking;
public int numNonGASelectionsWithoutBooking;
public int numObjectSelections;
}

0 comments on commit c9525da

Please sign in to comment.