You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/PatternReplacingContentModifier.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2014-2015 the original author or authors.
2
+
* Copyright 2014-2016 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -35,8 +35,8 @@ class PatternReplacingContentModifier implements ContentModifier {
35
35
privatefinalStringreplacement;
36
36
37
37
/**
38
-
* Creates a new {@link PatternReplacingContentModifier} that will replace occurences
39
-
* the given {@code pattern} with the given {@code replacement}.
38
+
* Creates a new {@link PatternReplacingContentModifier} that will replace occurrences
39
+
* of the given {@code pattern} with the given {@code replacement}.
Copy file name to clipboardExpand all lines: spring-restdocs-core/src/test/java/org/springframework/restdocs/operation/preprocess/PatternReplacingContentModifierTests.java
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,19 @@ public void patternsAreReplaced() throws Exception {
0 commit comments