Skip to content

Commit 9bf9707

Browse files
committed
Re-updated dlp samples.
1 parent 72d428a commit 9bf9707

File tree

12 files changed

+30
-18
lines changed

12 files changed

+30
-18
lines changed

dlp/src/main/java/com/example/dlp/DeIdentification.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
/**
1+
/*
22
* Copyright 2017 Google Inc.
3-
* <p>
3+
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
7-
* <p>
7+
*
88
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
9+
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

dlp/src/main/java/com/example/dlp/Inspect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2017 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

dlp/src/main/java/com/example/dlp/Metadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2017 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

dlp/src/main/java/com/example/dlp/QuickStart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2017 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

dlp/src/main/java/com/example/dlp/Redact.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2017 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

dlp/src/main/java/com/example/dlp/RiskAnalysis.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
/**
1+
/*
22
* Copyright 2017 Google Inc.
3-
* <p>
3+
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
7-
* <p>
7+
*
88
* http://www.apache.org/licenses/LICENSE-2.0
9-
* <p>
9+
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

dlp/src/test/java/com/example/dlp/DeIdentificationIT.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2017 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -31,7 +31,9 @@
3131
import org.junit.runners.JUnit4;
3232

3333
@RunWith(JUnit4.class)
34+
//CHECKSTYLE OFF: AbbreviationAsWordInName
3435
public class DeIdentificationIT {
36+
//CHECKSTYLE ON: AbbreviationAsWordInName
3537
private ByteArrayOutputStream bout;
3638
private PrintStream out;
3739

dlp/src/test/java/com/example/dlp/InspectIT.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2017 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -30,7 +30,9 @@
3030
import org.junit.runners.JUnit4;
3131

3232
@RunWith(JUnit4.class)
33+
//CHECKSTYLE OFF: AbbreviationAsWordInName
3334
public class InspectIT {
35+
//CHECKSTYLE ON: AbbreviationAsWordInName
3436
private ByteArrayOutputStream bout;
3537
private PrintStream out;
3638

dlp/src/test/java/com/example/dlp/MetadataIT.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2017 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -28,7 +28,9 @@
2828
import org.junit.runners.JUnit4;
2929

3030
@RunWith(JUnit4.class)
31+
//CHECKSTYLE OFF: AbbreviationAsWordInName
3132
public class MetadataIT {
33+
//CHECKSTYLE ON: AbbreviationAsWordInName
3234

3335
private ByteArrayOutputStream bout;
3436
private PrintStream out;

dlp/src/test/java/com/example/dlp/QuickStartIT.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright 2017 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -28,7 +28,9 @@
2828
import org.junit.runners.JUnit4;
2929

3030
@RunWith(JUnit4.class)
31+
//CHECKSTYLE OFF: AbbreviationAsWordInName
3132
public class QuickStartIT {
33+
//CHECKSTYLE ON: AbbreviationAsWordInName
3234
private ByteArrayOutputStream bout;
3335
private PrintStream out;
3436

0 commit comments

Comments
 (0)