Skip to content

Commit

Permalink
Merge pull request #50 from sovren/new-job-fields
Browse files Browse the repository at this point in the history
Adding new job parsing fields from version 9.14.0
  • Loading branch information
sovren-zebner authored May 12, 2023
2 parents 2068a26 + 2fd287a commit 99f60d8
Show file tree
Hide file tree
Showing 749 changed files with 4,764 additions and 3,145 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The official Java SDK for the Sovren v10 API for resume/CV and job parsing, sear
### Gradle Users
Add this dependency to your project's build file:
```
implementation "com.sovren:sovren-java:1.7.1"
implementation "com.sovren:sovren-java:1.8.0"
```

### Maven Users
Expand All @@ -22,13 +22,13 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.sovren</groupId>
<artifactId>sovren-java</artifactId>
<version>1.7.1</version>
<version>1.8.0</version>
</dependency>
```

### Others
You'll need to manually install the following JARs:
- The Sovren JAR from https://repo1.maven.org/maven2/com/sovren/sovren-java/1.7.1/sovren-java-1.7.1.jar
- The Sovren JAR from https://repo1.maven.org/maven2/com/sovren/sovren-java/1.8.0/sovren-java-1.8.0.jar
- [Google Gson][gson_url] from https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar
- [Square OkHttp][okhttp_url] from https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar

Expand Down
8 changes: 5 additions & 3 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:10 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:08 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>All Classes (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -18,6 +18,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/sovren/models/api/ApiResponse.html" title="class in com.sovren.models.api" target="classFrame">ApiResponse</a></li>
<li><a href="com/sovren/models/api/ApiResponseInfo.html" title="class in com.sovren.models.api" target="classFrame">ApiResponseInfo</a></li>
<li><a href="com/sovren/models/api/ApiResponseInfoLite.html" title="class in com.sovren.models.api" target="classFrame">ApiResponseInfoLite</a></li>
<li><a href="com/sovren/models/job/ApplicationDetails.html" title="class in com.sovren.models.job" target="classFrame">ApplicationDetails</a></li>
<li><a href="com/sovren/models/resume/Association.html" title="class in com.sovren.models.resume" target="classFrame">Association</a></li>
<li><a href="com/sovren/models/api/dataenrichment/AutocompleteRequest.html" title="class in com.sovren.models.api.dataenrichment" target="classFrame">AutocompleteRequest</a></li>
<li><a href="com/sovren/models/api/dataenrichment/skills/response/AutoCompleteSkillsResponse.html" title="class in com.sovren.models.api.dataenrichment.skills.response" target="classFrame">AutoCompleteSkillsResponse</a></li>
Expand Down Expand Up @@ -197,6 +198,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/sovren/models/api/parsing/ParseResumeResponseValue.html" title="class in com.sovren.models.api.parsing" target="classFrame">ParseResumeResponseValue</a></li>
<li><a href="com/sovren/models/api/parsing/ParsingMetadata.html" title="class in com.sovren.models.api.parsing" target="classFrame">ParsingMetadata</a></li>
<li><a href="com/sovren/models/resume/employment/ParsingNormalizedProfession.html" title="class in com.sovren.models.resume.employment" target="classFrame">ParsingNormalizedProfession</a></li>
<li><a href="com/sovren/models/job/PayRange.html" title="class in com.sovren.models.job" target="classFrame">PayRange</a></li>
<li><a href="com/sovren/models/resume/PersonalAttributes.html" title="class in com.sovren.models.resume" target="classFrame">PersonalAttributes</a></li>
<li><a href="com/sovren/models/resume/contactinfo/PersonName.html" title="class in com.sovren.models.resume.contactinfo" target="classFrame">PersonName</a></li>
<li><a href="com/sovren/models/resume/employment/Position.html" title="class in com.sovren.models.resume.employment" target="classFrame">Position</a></li>
Expand Down
8 changes: 5 additions & 3 deletions docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:10 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:08 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>All Classes (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -18,6 +18,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/sovren/models/api/ApiResponse.html" title="class in com.sovren.models.api">ApiResponse</a></li>
<li><a href="com/sovren/models/api/ApiResponseInfo.html" title="class in com.sovren.models.api">ApiResponseInfo</a></li>
<li><a href="com/sovren/models/api/ApiResponseInfoLite.html" title="class in com.sovren.models.api">ApiResponseInfoLite</a></li>
<li><a href="com/sovren/models/job/ApplicationDetails.html" title="class in com.sovren.models.job">ApplicationDetails</a></li>
<li><a href="com/sovren/models/resume/Association.html" title="class in com.sovren.models.resume">Association</a></li>
<li><a href="com/sovren/models/api/dataenrichment/AutocompleteRequest.html" title="class in com.sovren.models.api.dataenrichment">AutocompleteRequest</a></li>
<li><a href="com/sovren/models/api/dataenrichment/skills/response/AutoCompleteSkillsResponse.html" title="class in com.sovren.models.api.dataenrichment.skills.response">AutoCompleteSkillsResponse</a></li>
Expand Down Expand Up @@ -197,6 +198,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/sovren/models/api/parsing/ParseResumeResponseValue.html" title="class in com.sovren.models.api.parsing">ParseResumeResponseValue</a></li>
<li><a href="com/sovren/models/api/parsing/ParsingMetadata.html" title="class in com.sovren.models.api.parsing">ParsingMetadata</a></li>
<li><a href="com/sovren/models/resume/employment/ParsingNormalizedProfession.html" title="class in com.sovren.models.resume.employment">ParsingNormalizedProfession</a></li>
<li><a href="com/sovren/models/job/PayRange.html" title="class in com.sovren.models.job">PayRange</a></li>
<li><a href="com/sovren/models/resume/PersonalAttributes.html" title="class in com.sovren.models.resume">PersonalAttributes</a></li>
<li><a href="com/sovren/models/resume/contactinfo/PersonName.html" title="class in com.sovren.models.resume.contactinfo">PersonName</a></li>
<li><a href="com/sovren/models/resume/employment/Position.html" title="class in com.sovren.models.resume.employment">Position</a></li>
Expand Down
8 changes: 4 additions & 4 deletions docs/com/sovren/DataCenter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:07 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DataCenter (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>DataCenter (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DataCenter (Sovren Java SDK 1.7.1 API)";
parent.document.title="DataCenter (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/sovren/SovrenClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:08 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SovrenClient (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>SovrenClient (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SovrenClient (Sovren Java SDK 1.7.1 API)";
parent.document.title="SovrenClient (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/sovren/SovrenUIClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:08 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SovrenUIClient (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>SovrenUIClient (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SovrenUIClient (Sovren Java SDK 1.7.1 API)";
parent.document.title="SovrenUIClient (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/sovren/class-use/DataCenter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:09 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:08 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.sovren.DataCenter (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>Uses of Class com.sovren.DataCenter (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.sovren.DataCenter (Sovren Java SDK 1.7.1 API)";
parent.document.title="Uses of Class com.sovren.DataCenter (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/sovren/class-use/SovrenClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:09 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:08 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.sovren.SovrenClient (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>Uses of Class com.sovren.SovrenClient (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.sovren.SovrenClient (Sovren Java SDK 1.7.1 API)";
parent.document.title="Uses of Class com.sovren.SovrenClient (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/sovren/class-use/SovrenUIClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:09 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:08 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.sovren.SovrenUIClient (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>Uses of Class com.sovren.SovrenUIClient (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.sovren.SovrenUIClient (Sovren Java SDK 1.7.1 API)";
parent.document.title="Uses of Class com.sovren.SovrenUIClient (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/sovren/exceptions/SovrenException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:08 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SovrenException (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>SovrenException (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SovrenException (Sovren Java SDK 1.7.1 API)";
parent.document.title="SovrenException (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/sovren/exceptions/SovrenGeocodeJobException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:08 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SovrenGeocodeJobException (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>SovrenGeocodeJobException (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SovrenGeocodeJobException (Sovren Java SDK 1.7.1 API)";
parent.document.title="SovrenGeocodeJobException (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/sovren/exceptions/SovrenGeocodeResumeException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:08 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SovrenGeocodeResumeException (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>SovrenGeocodeResumeException (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SovrenGeocodeResumeException (Sovren Java SDK 1.7.1 API)";
parent.document.title="SovrenGeocodeResumeException (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/sovren/exceptions/SovrenIndexJobException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:08 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SovrenIndexJobException (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>SovrenIndexJobException (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SovrenIndexJobException (Sovren Java SDK 1.7.1 API)";
parent.document.title="SovrenIndexJobException (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/sovren/exceptions/SovrenIndexResumeException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:08 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SovrenIndexResumeException (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>SovrenIndexResumeException (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SovrenIndexResumeException (Sovren Java SDK 1.7.1 API)";
parent.document.title="SovrenIndexResumeException (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:08 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SovrenProfessionNormalizationJobException (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>SovrenProfessionNormalizationJobException (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SovrenProfessionNormalizationJobException (Sovren Java SDK 1.7.1 API)";
parent.document.title="SovrenProfessionNormalizationJobException (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_362) on Thu Mar 02 21:16:08 UTC 2023 -->
<!-- Generated by javadoc (1.8.0_372) on Tue May 09 18:23:07 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SovrenProfessionNormalizationResumeException (Sovren Java SDK 1.7.1 API)</title>
<meta name="date" content="2023-03-02">
<title>SovrenProfessionNormalizationResumeException (Sovren Java SDK 1.8.0 API)</title>
<meta name="date" content="2023-05-09">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SovrenProfessionNormalizationResumeException (Sovren Java SDK 1.7.1 API)";
parent.document.title="SovrenProfessionNormalizationResumeException (Sovren Java SDK 1.8.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 99f60d8

Please sign in to comment.