Skip to content

Commit

Permalink
deprecating JavascriptEscapePlace and JavascriptEscape utility (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambish5 authored Aug 14, 2024
1 parent 0817052 commit 37846d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import static emissary.core.constants.Configurations.OUTPUT_FORM;

@Deprecated(forRemoval = true)
public class JavascriptEscapePlace extends ServiceProviderPlace {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import java.io.ByteArrayOutputStream;
import java.io.IOException;

@Deprecated(forRemoval = true)
public class JavascriptEscape {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import java.io.IOException;
import java.util.stream.Stream;

@Deprecated(forRemoval = true)
class JavascriptEscapePlaceTest extends ExtractionTest {

public static Stream<? extends Arguments> data() {
Expand Down

0 comments on commit 37846d2

Please sign in to comment.