File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
flow-server/src/main/java/com/vaadin/flow Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1313 * License for the specific language governing permissions and limitations under
1414 * the License.
1515 */
16- package com .vaadin .flow .server . frontend ;
16+ package com .vaadin .flow .internal ;
1717
1818import java .io .File ;
1919import java .io .FileInputStream ;
2626import java .util .zip .ZipInputStream ;
2727import java .util .zip .ZipOutputStream ;
2828
29- import com .vaadin .flow .internal .StringUtil ;
30-
3129/**
3230 * Utility class for compression and decompression of folders and files.
31+ * <p>
32+ * For internal use only. May be renamed or removed in a future release.
3333 *
3434 * @author Vaadin Ltd
3535 * @since 24.3
Original file line number Diff line number Diff line change 1313 * License for the specific language governing permissions and limitations under
1414 * the License.
1515 */
16- package com .vaadin .flow .server . frontend ;
16+ package com .vaadin .flow .internal ;
1717
1818/**
1919 * Exception for when there is a problem with compressing files.
20+ * <p>
21+ * For internal use only. May be renamed or removed in a future release.
2022 *
2123 * @author Vaadin Ltd
2224 * @since 24.3
Original file line number Diff line number Diff line change 2222import org .slf4j .Logger ;
2323import org .slf4j .LoggerFactory ;
2424
25+ import com .vaadin .flow .internal .CompressUtil ;
2526import com .vaadin .flow .internal .FileIOUtils ;
2627import com .vaadin .flow .server .Constants ;
2728
Original file line number Diff line number Diff line change 2222import org .slf4j .Logger ;
2323import org .slf4j .LoggerFactory ;
2424
25+ import com .vaadin .flow .internal .CompressUtil ;
2526import com .vaadin .flow .internal .FileIOUtils ;
2627import com .vaadin .flow .server .Constants ;
2728import com .vaadin .flow .server .frontend .scanner .ClassFinder ;
You can’t perform that action at this time.
0 commit comments