Skip to content

Commit eea5d96

Browse files
committed
[Java] Javadoc typos.
1 parent bc68c57 commit eea5d96

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/COutputManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public COutputManager(final String baseDirName, final String namespaceName)
5757
* Create a new output which will be a C11 source file in the given package.
5858
* <p>
5959
* The {@link java.io.Writer} should be closed once the caller has finished with it. The Writer is
60-
* buffer for efficient IO operations.
60+
* buffered for efficient IO operations.
6161
*
6262
* @param name the name of the C struct.
6363
* @return a {@link java.io.Writer} to which the source code should be written.

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/NamespaceOutputManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public NamespaceOutputManager(final String baseDirName, final String namespaceNa
5757
* Create a new output which will be a C++98 source file in the given package.
5858
* <p>
5959
* The {@link java.io.Writer} should be closed once the caller has finished with it. The Writer is
60-
* buffer for efficient IO operations.
60+
* buffered for efficient IO operations.
6161
*
6262
* @param name the name of the C++ class.
6363
* @return a {@link java.io.Writer} to which the source code should be written.

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpNamespaceOutputManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public CSharpNamespaceOutputManager(final String baseDirName, final String packa
6464
* Create a new output which will be a C# source file in the given package.
6565
* <p>
6666
* The {@link java.io.Writer} should be closed once the caller has finished with it. The Writer is
67-
* buffer for efficient IO operations.
67+
* buffered for efficient IO operations.
6868
*
6969
* @param name the name of the C# class.
7070
* @return a {@link java.io.Writer} to which the source code should be written.

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/GolangOutputManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public GolangOutputManager(final String baseDirName, final String namespaceName)
5757
* Create a new output which will be a golang source file in the given package.
5858
* <p>
5959
* The {@link java.io.Writer} should be closed once the caller has finished with it. The Writer is
60-
* buffer for efficient IO operations.
60+
* buffered for efficient IO operations.
6161
*
6262
* @param name the name of the golang class.
6363
* @return a {@link java.io.Writer} to which the source code should be written.

0 commit comments

Comments
 (0)