Skip to content

Update docs to 1.13.1 #1179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ For a Maven project, add the following to your `pom.xml` file:
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<version>1.12.0</version>
<version>1.13.1</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>1.12.0</version>
<version>1.13.1</version>
</dependency>
<!-- Dapr's SDK integration with SpringBoot (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.12.0</version>
<version>1.13.1</version>
</dependency>
...
</dependencies>
Expand All @@ -75,11 +75,11 @@ For a Gradle project, add the following to your `build.gradle` file:
dependencies {
...
// Dapr's core SDK with all features, except Actors.
compile('io.dapr:dapr-sdk:1.12.0')
compile('io.dapr:dapr-sdk:1.13.1')
// Dapr's SDK for Actors (optional).
compile('io.dapr:dapr-sdk-actors:1.12.0')
compile('io.dapr:dapr-sdk-actors:1.13.1')
// Dapr's SDK integration with SpringBoot (optional).
compile('io.dapr:dapr-sdk-springboot:1.12.0')
compile('io.dapr:dapr-sdk-springboot:1.13.1')
}
```

Expand Down
14 changes: 7 additions & 7 deletions daprdocs/content/en/java-sdk-docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ For a Maven project, add the following to your `pom.xml` file:
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<version>1.12.0</version>
<version>1.13.1</version>
</dependency>
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-actors</artifactId>
<version>1.12.0</version>
<version>1.13.1</version>
</dependency>
<!-- Dapr's SDK integration with SpringBoot (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk-springboot</artifactId>
<version>1.12.0</version>
<version>1.13.1</version>
</dependency>
...
</dependencies>
Expand All @@ -76,11 +76,11 @@ For a Gradle project, add the following to your `build.gradle` file:
dependencies {
...
// Dapr's core SDK with all features, except Actors.
compile('io.dapr:dapr-sdk:1.12.0')
compile('io.dapr:dapr-sdk:1.13.1')
// Dapr's SDK for Actors (optional).
compile('io.dapr:dapr-sdk-actors:1.12.0')
compile('io.dapr:dapr-sdk-actors:1.13.1')
// Dapr's SDK integration with SpringBoot (optional).
compile('io.dapr:dapr-sdk-springboot:1.12.0')
compile('io.dapr:dapr-sdk-springboot:1.13.1')
}
```

Expand All @@ -96,7 +96,7 @@ You can fix this by specifying a compatible `OkHttp` version in your project to
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>1.12.0</version>
<version>1.13.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions daprdocs/content/en/java-sdk-docs/spring-boot/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ If you already have a Spring Boot application (Spring Boot 3.x+), you can direct
<dependency>
<groupId>io.dapr.spring</groupId>
<artifactId>dapr-spring-boot-starter</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>io.dapr.spring</groupId>
<artifactId>dapr-spring-boot-starter-test</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions docs/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:02:32 PDT 2024 -->
<title>All Classes and Interfaces (dapr-sdk-parent 1.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
<title>All Classes and Interfaces (dapr-sdk-parent 1.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:02:32 PDT 2024 -->
<title>All Packages (dapr-sdk-parent 1.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
<title>All Packages (dapr-sdk-parent 1.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/constant-values.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:02:32 PDT 2024 -->
<title>Constant Field Values (dapr-sdk-parent 1.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:44:35 UTC 2024 -->
<title>Constant Field Values (dapr-sdk-parent 1.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="summary of constants">
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/dapr-sdk-workflows/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>All Classes and Interfaces (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>All Classes and Interfaces (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/dapr-sdk-workflows/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>All Packages (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>All Packages (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/dapr-sdk-workflows/help-doc.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>API Help (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>API Help (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="help">
<meta name="generator" content="javadoc/HelpWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/dapr-sdk-workflows/index-all.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>Index (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>Index (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="index">
<meta name="generator" content="javadoc/IndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
8 changes: 4 additions & 4 deletions docs/dapr-sdk-workflows/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>Overview (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>Overview (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/PackageIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -49,7 +49,7 @@
<div class="flex-content">
<main role="main">
<div class="header">
<h1 class="title">dapr-sdk-workflows 0.12.0 API</h1>
<h1 class="title">dapr-sdk-workflows 0.13.1 API</h1>
</div>
<div id="all-packages-table">
<div class="caption"><span>Packages</span></div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>DaprWorkflowContextImpl (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="declaration: package: io.dapr.workflows, class: DaprWorkflowContextImpl">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/dapr-sdk-workflows/io/dapr/workflows/Workflow.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>Workflow (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>Workflow (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="declaration: package: io.dapr.workflows, class: Workflow">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>WorkflowContext (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>WorkflowContext (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="declaration: package: io.dapr.workflows, interface: WorkflowContext">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/dapr-sdk-workflows/io/dapr/workflows/WorkflowStub.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>WorkflowStub (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>WorkflowStub (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="declaration: package: io.dapr.workflows, interface: WorkflowStub">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>Uses of Class io.dapr.workflows.DaprWorkflowContextImpl (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>Uses of Class io.dapr.workflows.DaprWorkflowContextImpl (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="use: package: io.dapr.workflows, class: DaprWorkflowContextImpl">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>Uses of Class io.dapr.workflows.Workflow (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>Uses of Class io.dapr.workflows.Workflow (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="use: package: io.dapr.workflows, class: Workflow">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>Uses of Interface io.dapr.workflows.WorkflowContext (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="use: package: io.dapr.workflows, interface: WorkflowContext">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>Uses of Interface io.dapr.workflows.WorkflowStub (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="use: package: io.dapr.workflows, interface: WorkflowStub">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>DaprWorkflowClient (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>DaprWorkflowClient (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: DaprWorkflowClient">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>NewWorkflowOption (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>NewWorkflowOption (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: NewWorkflowOption">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Tue Aug 13 18:03:07 PDT 2024 -->
<title>WorkflowFailureDetails (dapr-sdk-workflows 0.12.0 API)</title>
<!-- Generated by javadoc (17) on Mon Dec 09 17:48:11 UTC 2024 -->
<title>WorkflowFailureDetails (dapr-sdk-workflows 0.13.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-13">
<meta name="dc.created" content="2024-12-09">
<meta name="description" content="declaration: package: io.dapr.workflows.client, class: WorkflowFailureDetails">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Loading
Loading