Skip to content

Commit 69f551b

Browse files
authored
Merge pull request #7111 from planetf1/issue7110
#7110 add juergen as contributor
2 parents 68b6dad + d3b1798 commit 69f551b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CONTRIBUTORS.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This file recognizes the people who have make an important contribution to Egeri
2525
| Sachin Naik | sachin.naik@ibm.com |
2626
| Liz McIntosh | liz.mcintosh@sas.com |
2727
| Dan Wolfson | dan.wolfson@pdr-associates.com |
28+
| Juergen Helmelt | juergenhemelt |
29+
2830

2931

3032
To understand how to become an Egeria contributor see the [Egeria Operations Guide](https://egeria-project.org/guides/project-operations/).

open-metadata-resources/open-metadata-samples/open-metadata-security-samples/src/main/java/org/odpi/openmetadata/metadatasecurity/samples/CocoPharmaPlatformSecurityConnector.java

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* to allow requests the Coco Pharmaceutical's server administrator APIs. In this example,
1111
* only Gary Geeke is allowed to issue these requests.
1212
*/
13+
@SuppressWarnings("BlahBlahBlah")
14+
1315
public class CocoPharmaPlatformSecurityConnector extends OpenMetadataPlatformSecurityConnector
1416
{
1517
final static String platformAdministrator = "garygeeke";

0 commit comments

Comments
 (0)