Skip to content

Commit

Permalink
Merge pull request #267 from DimuthuMadushan/test
Browse files Browse the repository at this point in the history
Update Test Resource Files with Formatting Changes
  • Loading branch information
DimuthuMadushan committed Mar 22, 2024
2 parents 2339446 + 1701802 commit 83fdbab
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
org.gradle.caching=true
group=io.ballerina
version=0.9.1-SNAPSHOT
version=0.10.0-SNAPSHOT

#dependency
ballerinaLangVersion=2201.8.5
ballerinaLangVersion=2201.9.0-20240321-130200-5b03581e
puppycrawlCheckstyleVersion=10.12.1
githubJohnrengelmanShadowVersion=8.1.1
underCouchDownloadVersion=5.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public distinct service class Student {
*ContactInfo;
*Info;
*ExamInfo;

# The id of the student, unique identifier
resource function get id() returns int {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public distinct service class Book {

public distinct service class Student {
*Info;

resource function get id() returns int {
}

Expand All @@ -27,6 +28,7 @@ public distinct service class Student {

public distinct service class Teacher {
*Info;

resource function get id() returns int {
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public type Book record {|

public distinct service class Student {
*Info;

resource function get id() returns int {
}

Expand All @@ -26,6 +27,7 @@ public distinct service class Student {

public distinct service class Teacher {
*Info;

resource function get id() returns int {
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public type Info distinct service object {

public distinct service class Student {
*Info;

resource function get id() returns int {
}

Expand All @@ -30,6 +31,7 @@ public distinct service class Student {

public distinct service class Teacher {
*AddressInfo;

resource function get id() returns int {
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public type Info distinct service object {
public distinct service class Student {
*Info;
*ExamInfo;

resource function get id() returns int {
}

Expand All @@ -33,6 +34,7 @@ public distinct service class Student {
public distinct service class Teacher {
*Info;
*ContactInfo;

resource function get id() returns int {
}

Expand Down

0 comments on commit 83fdbab

Please sign in to comment.