Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TeeTime-Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nelson Tavares de Sousa
TeeTime-Framework
Commits
9ff78568
Commit
9ff78568
authored
9 years ago
by
Christian Wulf
Browse files
Options
Downloads
Patches
Plain Diff
renamed AbstractTcpReader stage
parent
257f709d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.settings/edu.umd.cs.findbugs.core.prefs
+1
-1
1 addition, 1 deletion
.settings/edu.umd.cs.findbugs.core.prefs
src/main/java/teetime/stage/io/AbstractTcpReaderStage.java
+2
-2
2 additions, 2 deletions
src/main/java/teetime/stage/io/AbstractTcpReaderStage.java
with
3 additions
and
3 deletions
.settings/edu.umd.cs.findbugs.core.prefs
+
1
−
1
View file @
9ff78568
#FindBugs User Preferences
#FindBugs User Preferences
#
Mon
Jun 1
5
14:1
9:5
5 CEST 2015
#
Tue
Jun 1
6
14:1
2:1
5 CEST 2015
detector_threshold=2
detector_threshold=2
effort=max
effort=max
excludefilter0=.fbExcludeFilterFile|true
excludefilter0=.fbExcludeFilterFile|true
...
...
This diff is collapsed.
Click to expand it.
src/main/java/teetime/stage/io/AbstractTcpReader.java
→
src/main/java/teetime/stage/io/AbstractTcpReader
Stage
.java
+
2
−
2
View file @
9ff78568
...
@@ -24,12 +24,12 @@ import java.nio.channels.SocketChannel;
...
@@ -24,12 +24,12 @@ import java.nio.channels.SocketChannel;
import
teetime.framework.AbstractProducerStage
;
import
teetime.framework.AbstractProducerStage
;
public
abstract
class
AbstractTcpReader
<
T
>
extends
AbstractProducerStage
<
T
>
{
public
abstract
class
AbstractTcpReader
Stage
<
T
>
extends
AbstractProducerStage
<
T
>
{
private
final
int
port
;
private
final
int
port
;
private
final
int
bufferCapacity
;
private
final
int
bufferCapacity
;
public
AbstractTcpReader
(
final
int
port
,
final
int
bufferCapacity
)
{
public
AbstractTcpReader
Stage
(
final
int
port
,
final
int
bufferCapacity
)
{
super
();
super
();
this
.
port
=
port
;
this
.
port
=
port
;
this
.
bufferCapacity
=
bufferCapacity
;
this
.
bufferCapacity
=
bufferCapacity
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment