< prev index next > test/langtools/tools/javac/diags/CheckResourceKeys.java
Print this page
/*
! * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
/*
! * Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
"count.",
"illegal.",
"java.",
"javac.",
"verbose.",
! "locn."
));
/**
* Look for a resource that ends in this string fragment.
*/
"count.",
"illegal.",
"java.",
"javac.",
"verbose.",
! "locn.",
+ "java.lang.__primitive__",
+ "java.lang.__value__"
));
/**
* Look for a resource that ends in this string fragment.
*/
< prev index next >