You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/09/05 23:28:21 UTC

[2/2] git commit: Add more info regarding internal classes.

Add more info regarding internal classes.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0e9e3315
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0e9e3315
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0e9e3315

Branch: refs/heads/master
Commit: 0e9e331569cd019f9c101b2b218b6005af9adb92
Parents: 54f5bf4
Author: Matt Sicker <ma...@apache.org>
Authored: Fri Sep 5 16:27:25 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Fri Sep 5 16:27:25 2014 -0500

----------------------------------------------------------------------
 .../src/main/java/org/apache/logging/log4j/util/package-info.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0e9e3315/log4j-api/src/main/java/org/apache/logging/log4j/util/package-info.java
----------------------------------------------------------------------
diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/util/package-info.java b/log4j-api/src/main/java/org/apache/logging/log4j/util/package-info.java
index 5d6c9d4..a98f9bc 100644
--- a/log4j-api/src/main/java/org/apache/logging/log4j/util/package-info.java
+++ b/log4j-api/src/main/java/org/apache/logging/log4j/util/package-info.java
@@ -16,6 +16,7 @@
  */
 
 /**
- * Internal utility classes for the Log4j 2 API.
+ * Internal utility classes for the Log4j 2 API. Note that the use of any classes in this package is not supported.
+ * There are no guarantees for binary or logical compatibility in this package.
  */
 package org.apache.logging.log4j.util;