blob: 774cf2c693f2b34f48a056ccd56b1a93fcf0cfb8 [file] [log] [blame]
// Copyright (c) 2022, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package j$.nio.file.attribute;
public class BasicFileAttributeView extends FileAttributeView {
public static java.nio.file.attribute.BasicFileAttributeView wrap_convert(
j$.nio.file.attribute.BasicFileAttributeView fileAttributeView) {
return null;
}
public static j$.nio.file.attribute.BasicFileAttributeView wrap_convert(
java.nio.file.attribute.BasicFileAttributeView fileAttributeView) {
return null;
}
}