Skip to content

Commit

Permalink
Update @SInCE
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Jun 10, 2017
1 parent 54c2e55 commit a3b2301
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion style/src/main/java/org/jline/style/MemoryStyleSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* In-memory {@link StyleSource}.
*
* @since TBD
* @since 3.4
*/
public class MemoryStyleSource
implements StyleSource
Expand Down
2 changes: 1 addition & 1 deletion style/src/main/java/org/jline/style/NopStyleSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* {@link StyleSource} which always returns {@code null}.
*
* @since TBD
* @since 3.4
*/
public class NopStyleSource
implements StyleSource
Expand Down
2 changes: 1 addition & 1 deletion style/src/main/java/org/jline/style/StyleBundle.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Marker for proxy-based style bundles.
*
* @since TBD
* @since 3.4
*/
public interface StyleBundle
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* {@link StyleBundle} proxy invocation-handler to convert method calls into string styling.
*
* @since TBD
* @since 3.4
* @see StyleBundle
*/
class StyleBundleInvocationHandler
Expand Down
2 changes: 1 addition & 1 deletion style/src/main/java/org/jline/style/StyleColor.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Style colors.
*
* @since TBD
* @since 3.4
*/
public enum StyleColor
{
Expand Down
2 changes: 1 addition & 1 deletion style/src/main/java/org/jline/style/StyleExpression.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Provides {@code @{style value}} expression evaluation.
*
* @since TBD
* @since 3.4
*/
public class StyleExpression
{
Expand Down
2 changes: 1 addition & 1 deletion style/src/main/java/org/jline/style/StyleFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Factory to create styled strings.
*
* @since TBD
* @since 3.4
*/
public class StyleFactory
{
Expand Down
2 changes: 1 addition & 1 deletion style/src/main/java/org/jline/style/StyleResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* Resolves named (or source-referenced) {@link AttributedStyle}.
*
* @since TBD
* @since 3.4
*/
public class StyleResolver
{
Expand Down
2 changes: 1 addition & 1 deletion style/src/main/java/org/jline/style/StyleSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Provides the source of style configuration.
*
* @since TBD
* @since 3.4
*/
public interface StyleSource
{
Expand Down
2 changes: 1 addition & 1 deletion style/src/main/java/org/jline/style/StyledWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* Styled {@link PrintWriter} which is aware of {@link StyleExpression} syntax.
*
* @since TBD
* @since 3.4
*/
public class StyledWriter
extends PrintWriter
Expand Down
2 changes: 1 addition & 1 deletion style/src/main/java/org/jline/style/Styler.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Style facade.
*
* @since TBD
* @since 3.4
* @see StyleBundle
* @see StyleFactory
* @see StyleSource
Expand Down

0 comments on commit a3b2301

Please sign in to comment.