equal
deleted
inserted
replaced
1 # Copyright 2009-2013 Attila Szegedi |
|
2 # |
|
3 # Licensed under either the Apache License, Version 2.0 (the "Apache |
|
4 # License") or the BSD License (the "BSD License"), with licensee |
|
5 # being free to choose either of the two at their discretion. |
|
6 # |
|
7 # You may not use this file except in compliance with either the Apache |
|
8 # License or the BSD License. |
|
9 # |
|
10 # A copy of the BSD License is available in the root directory of the |
|
11 # source distribution of the project under the file name |
|
12 # "Dynalink-License-BSD.txt". |
|
13 # |
|
14 # A copy of the Apache License is available in the root directory of the |
|
15 # source distribution of the project under the file name |
|
16 # "Dynalink-License-Apache-2.0.txt". Alternatively, you may obtain a |
|
17 # copy of the Apache License at <http://www.apache.org/licenses/LICENSE-2.0> |
|
18 # |
|
19 # Unless required by applicable law or agreed to in writing, software |
|
20 # distributed under the License is distributed on an "AS IS" BASIS, |
|
21 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
22 # See your chosen License for the specific language governing permissions |
|
23 # and limitations under that License. |
|
24 |
|
25 couldNotDiscoverAccessibleMethods=Could not discover accessible methods of class {0}, trying its superclasses and interfaces. |
|