Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

Commit 0bb1cff

Browse files
committed
Add missing package declaration.
1 parent 829f1a0 commit 0bb1cff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: mail/src/test/java/javax/mail/internet/MimeMultipartParseTest.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 1997-2018 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
@@ -38,6 +38,8 @@
3838
* holder.
3939
*/
4040

41+
package javax.mail.internet;
42+
4143
import java.util.*;
4244
import java.io.*;
4345
import javax.mail.*;

0 commit comments

Comments
 (0)