We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b1df8 commit d792e6dCopy full SHA for d792e6d
test/lib/jdk/test/lib/format/Diff.java
@@ -27,7 +27,7 @@
27
package jdk.test.lib.format;
28
29
/**
30
- * An abstraction representing formattabe difference between two or more objects
+ * An abstraction representing formattable difference between two or more objects
31
*/
32
public interface Diff {
33
test/lib/jdk/test/lib/format/Format.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
0 commit comments