Skip to content

Commit dbb9f67

Browse files
author
Bob Lauer
committed
BloomTech
1 parent 8c1a293 commit dbb9f67

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Lambda School, Inc.
3+
Copyright (c) 2020 BloomTech, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
-6 KB
Binary file not shown.
-6 KB
Binary file not shown.

sampleemps_swagger-initial/src/main/java/com/lambdaschool/sampleemps/config/Swagger2Config.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ private ApiInfo apiEndPointsInfo()
4343
return new ApiInfoBuilder().title("Sample Employees Project")
4444
.description("A Project Used to Introduce Swagger Documentation")
4545
.contact(new Contact("John Mitchell",
46-
"http://www.lambdaschool.com",
47-
"john@lambdaschool.com"))
46+
"http://www.bloomtech.com",
47+
"john@bloomtech.com"))
4848
.license("MIT")
49-
.licenseUrl("https://github.com/LambdaSchool/java-sampleemps/blob/master/LICENSE")
49+
.licenseUrl("https://github.com/BloomInstituteOfTechnology/java-sampleemps/blob/master/LICENSE")
5050
.version("1.0.0")
5151
.build();
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)